Skip to content

Commit 2902ad9

Browse files
committed
add date to Zulip notification subject
1 parent 46a08b7 commit 2902ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
ZULIP_BOT_EMAIL: ${{ secrets.ZULIP_BOT_EMAIL }}
130130
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
131131
run: |
132-
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \
132+
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure $(date -uI)" \
133133
--message 'Dear @**RalfJ** and @**oli**
134134
135135
It would appear that the Miri cron job build failed. Would you mind investigating this issue?

0 commit comments

Comments
 (0)