Auto merge of #3382 - saethlin:sysroots-notification, r=saethlin
Fix sysroot notification list of broken targets We use this same shell quoting trick on the line above to expand shell variables into the job URL. So this should work a line down as well... right?
This commit is contained in:
commit
ed9d70f56c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue