Skip to content

Commit 22f6193

Browse files
committed
Apply the same shell quoting trick we use in the URL to
1 parent 76d364b commit 22f6193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/.github/workflows/sysroots.yml

+1-1
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)