Skip to content

Commit aeee00e

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 1fd2315 + 0a89734 commit aeee00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sysroots.yml

Lines changed: 1 addition & 1 deletion
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)