From d2a8fb50934129a2033fd2836e6d167d6a0ca03f Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 12:10:30 +0900 Subject: [PATCH] Testing if the envs are automatically passed to the called workflow --- .github/workflows/build-artifacts.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 9cf54c2..31267ba 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -16,6 +16,4 @@ jobs: build-project: needs: install-dependencies # Ensures this job only runs after install-dependencies - uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main - with: - MANIFEST_FILENAME: ${{ env.MANIFEST_FILENAME }} \ No newline at end of file + uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main \ No newline at end of file