Apply the same shell quoting trick we use in the URL to

This commit is contained in:
Ben Kimock 2024-03-14 18:43:04 -04:00
parent 76d364bfdc
commit 22f6193ac1

View File

@ -53,7 +53,7 @@ jobs:
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
--stream miri --subject "Sysroot Build Errors ($(date -u +%Y-%m))" \
--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:
$(ls failures)
'"$(ls failures)"'
Would you mind investigating this issue?