Skip to content

Commit

Permalink
Fix github-action-zulip after version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 8, 2023
1 parent fd2f4b0 commit 0361ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/breakage-against-ponyc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: make test ssl=0.9.0 config=debug
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4
uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
Expand Down

0 comments on commit 0361ccb

Please sign in to comment.