chore(action): actions expression string literals use single-quotes

This commit is contained in:
Erica Marigold 2024-08-13 20:56:18 +05:30 committed by GitHub
parent e680ed5f04
commit 82706ee81d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]