use single-quotes in expression

This commit is contained in:
2024-09-20 08:16:32 -05:00
committed by Celtic Minstrel
parent b02de30552
commit 6df00a3035

View File

@@ -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') == '' }}"
}
]
},