Skip to content

Commit ed9d70f

Browse files
committed
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?
2 parents 76d364b + 22f6193 commit ed9d70f

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)