Skip to content

Triggering build

Triggering build #3

name: "Build Artifacts for RetroDECK main manifest"
on:
push:
branches:
- master
- main
workflow_call:
jobs:
install-dependencies:
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
with:
# You can pass inputs here if the `install_dependencies.yml` workflow defines them
build-project:
needs: install-dependencies # Ensures this job only runs after install-dependencies
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main

Check failure on line 18 in .github/workflows/build-artifacts.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-artifacts.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-artifacts.yml" -> "RetroDECK/components-template/.github/workflows/build_artifacts.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
# Pass inputs as needed if the `build_artifacts.yml` workflow defines them