diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd6258693af6..ba26a7772d17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,6 @@ jobs: ZULIP_BOT_EMAIL: ${{ secrets.ZULIP_BOT_EMAIL }} ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }} run: | - zulip-send --stream miri --subject "Cron Job Failure" \ + ~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure" \ --message '@**RalfJ** @**oli** the Miri cron job build failed. Please investigate!' \ --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN