Apply the same shell quoting trick we use in the URL to
This commit is contained in:
parent
76d364bfdc
commit
22f6193ac1
@ -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?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user