Skip to content

Commit 5483ed5

Browse files
committed
Auto merge of #1687 - hyd-dev:zulip, r=RalfJung
Fix `\n` in Zulip message https://rust-lang.zulipchat.com/#narrow/stream/269128-miri/topic/Cron.20Job.20Failure/near/223865005: > Dear `@**RalfJ**` and `@**oli**\n\nIt` would appear that the Miri cron job build failed. Would you mind investigating this issue?\n\nThanks in advance!\nSincerely,\nThe Miri Cronjobs Bot This PR changes that to: > Dear `@**RalfJ**` and `@**oli**` > > It would appear that the Miri cron job build failed. Would you mind investigating this issue? > > Thanks in advance! > Sincerely, > The Miri Cronjobs Bot
2 parents 853254f + a5d7ae5 commit 5483ed5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,11 @@ jobs:
130130
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
131131
run: |
132132
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \
133-
--message 'Dear @**RalfJ** and @**oli**\n\nIt would appear that the Miri cron job build failed. Would you mind investigating this issue?\n\nThanks in advance!\nSincerely,\nThe Miri Cronjobs Bot' \
133+
--message 'Dear @**RalfJ** and @**oli**
134+
135+
It would appear that the Miri cron job build failed. Would you mind investigating this issue?
136+
137+
Thanks in advance!
138+
Sincerely,
139+
The Miri Cronjobs Bot' \
134140
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com

0 commit comments

Comments
 (0)