Skip to content

Commit 6c112e0

Browse files
committed
fix zulip-send path
1 parent 838de0e commit 6c112e0

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
@@ -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)