We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a08b7 commit 2902ad9Copy full SHA for 2902ad9
.github/workflows/ci.yml
@@ -129,7 +129,7 @@ jobs:
129
ZULIP_BOT_EMAIL: ${{ secrets.ZULIP_BOT_EMAIL }}
130
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
131
run: |
132
- ~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \
+ ~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure $(date -uI)" \
133
--message 'Dear @**RalfJ** and @**oli**
134
135
It would appear that the Miri cron job build failed. Would you mind investigating this issue?
0 commit comments