Skip to content

Commit f6f35bd

Browse files
committed
Fix the zulip action
1 parent ff80988 commit f6f35bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
upload_url: ${{ env.upload_url }}
9494

9595
- name: Send a stream message
96-
uses: yuzutech/zulip-send-message-action@main
96+
uses: zulip/github-actions-zulip@v0.1.0
9797
with:
9898
username: ${{ secrets.ZULIP_USERNAME }} # Zulip username
9999
api-key: ${{ secrets.ZULIP_API_KEY }} # Zulip API key

0 commit comments

Comments
 (0)