github web-platform-tests/wpt merge_pr_48704

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
10 months ago

Fix strings within GitHub Actions workflow expressions

https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#literals:

You don't need to enclose strings in ${{ and }}. However, if you do,
you must use single quotes (') around the string. To use a literal
single quote, escape the literal single quote using an additional
single quote (''). Wrapping with double quotes (") will throw an
error.

And in a shocking turn of events, using double quotes did in fact
throw an error.

Don't miss a new wpt release

NewReleases is sending notifications on new releases.