mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
chore(action): actions expression string literals use single-quotes
This commit is contained in:
parent
e680ed5f04
commit
82706ee81d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/env.yml
vendored
4
.github/workflows/env.yml
vendored
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue