Testing if the envs are automatically passed to the called workflow

This commit is contained in:
XargonWan 2024-11-05 12:10:30 +09:00
parent e6ea98615b
commit d2a8fb5093

View file

@ -17,5 +17,3 @@ jobs:
build-project: build-project:
needs: install-dependencies # Ensures this job only runs after install-dependencies needs: install-dependencies # Ensures this job only runs after install-dependencies
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
with:
MANIFEST_FILENAME: ${{ env.MANIFEST_FILENAME }}