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]