chore(actions): fix literal manifest

This commit is contained in:
Erica Marigold 2024-08-13 20:54:11 +05:30 committed by GitHub
parent 2ffb028f1c
commit e680ed5f04
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]