Skip to content

Commit

Permalink
Auto merge of #3382 - saethlin:sysroots-notification, r=saethlin
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
bors committed Mar 14, 2024
2 parents 76d364b + 22f6193 commit ed9d70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/.github/workflows/sysroots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit ed9d70f

Please sign in to comment.