use single quotes in gh actions (#3032)

This commit is contained in:
WorldSEnder 2022-12-11 20:23:13 +00:00 committed by GitHub
parent 698bd56e61
commit 9cd33e1dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,4 +39,4 @@ jobs:
alert-threshold: "200%"
alert-comment-cc-users: "@yewstack/yew"
auto-push: true
save-data-file: ${{ steps.test-pr.outputs.stdout == "" }}
save-data-file: ${{ steps.test-pr.outputs.stdout == '' }}