From e680ed5f04d39639f27bf23288b438a90294ff79 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 13 Aug 2024 20:54:11 +0530 Subject: [PATCH] chore(actions): fix literal manifest --- .github/workflows/env.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/env.yml b/.github/workflows/env.yml index c735527..e6a947a 100644 --- a/.github/workflows/env.yml +++ b/.github/workflows/env.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Create manifest file (aftman/rokit) - if: matrix.manifest != foreman.toml + if: matrix.manifest != "foreman.toml" run: | cat > ${{ inputs.path }}/${{ matrix.manifest }} << EOF [tools] @@ -36,7 +36,7 @@ jobs: shell: bash - name: Create manifest file (foreman) - if: matrix.manifest == foreman.toml + if: matrix.manifest == "foreman.toml" run: | cat > ${{ inputs.path }}/${{ matrix.manifest }} << EOF [tools]