Skip to content

Commit

Permalink
use single-quotes in expression
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Sep 21, 2024
1 parent b02de30 commit 6df00a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
name: warn about failure to launch tests,
run: 'echo "::warning title=UNIT-TESTS::unit tests failed for win-scons"',
shell: bash,
if: '${{ hashFiles("build/test/passed") == "" }}'
if: "${{ hashFiles('build/test/passed') == '' }}"
}
]
},
Expand Down

0 comments on commit 6df00a3

Please sign in to comment.