From 82706ee81dc5d1c2beee96039735788a92282420 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 13 Aug 2024 20:56:18 +0530 Subject: [PATCH] chore(action): actions expression string literals use single-quotes --- .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 e6a947a..2d6be2e 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]