Skip to content

Commit

Permalink
feat(.github/workflows): update zulip/github-actions-zulip action to …
Browse files Browse the repository at this point in the history
…v1.0.2
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent b92292e commit 0af0c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
promote --yes --no-test ${{ github.sha }} dev
- name: Notify
uses: zulip/github-actions-zulip/send-message@v1.0.1
uses: zulip/github-actions-zulip/send-message@v1.0.2
with:
api-key: ${{ secrets.ZULIP_API_KEY }}
email: ${{ secrets.ZULIP_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Notify
if: always()
uses: zulip/github-actions-zulip/send-message@v1.0.1
uses: zulip/github-actions-zulip/send-message@v1.0.2
with:
api-key: ${{ secrets.ZULIP_API_KEY }}
email: ${{ secrets.ZULIP_EMAIL }}
Expand Down

0 comments on commit 0af0c65

Please sign in to comment.