Skip to content

Commit 0a89734

Browse files
committed
Apply the same shell quoting trick we use in the URL to
1 parent 1fd2315 commit 0a89734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sysroots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
5454
--stream miri --subject "Sysroot Build Errors ($(date -u +%Y-%m))" \
5555
--message 'It would appear that the [Miri sysroots cron job build]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"') failed to build these targets:
56-
$(ls failures)
56+
'"$(ls failures)"'
5757
5858
Would you mind investigating this issue?
5959

0 commit comments

Comments
 (0)