From e9283a3201dcbbe2e365351ecdeeb52712070f19 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Tue, 8 Aug 2023 02:59:47 +0000 Subject: [PATCH] Update github-action-zulip version --- .github/workflows/breakage-against-ponyc-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/breakage-against-ponyc-latest.yml b/.github/workflows/breakage-against-ponyc-latest.yml index 9e749ed..6845725 100644 --- a/.github/workflows/breakage-against-ponyc-latest.yml +++ b/.github/workflows/breakage-against-ponyc-latest.yml @@ -16,7 +16,7 @@ jobs: run: make test config=debug - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip@35d7ad8e98444f894dcfe1d4e17332581d28ebeb + uses: zulip/github-actions-zulip@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}