Skip to content

Commit f40a8f6

Browse files
committed
Auto merge of #1668 - RalfJung:zulip, r=RalfJung
fix zulip-send path
2 parents 838de0e + 6c112e0 commit f40a8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
ZULIP_BOT_EMAIL: ${{ secrets.ZULIP_BOT_EMAIL }}
131131
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
132132
run: |
133-
zulip-send --stream miri --subject "Cron Job Failure" \
133+
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \
134134
--message '@**RalfJ** @**oli** the Miri cron job build failed. Please investigate!' \
135135
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN

0 commit comments

Comments
 (0)