diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2021-08-16 10:27:59 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2021-08-16 10:28:17 +0300 |
| commit | b9a04fdfd55cc3733535676712be0002b5e32f68 (patch) | |
| tree | 2e500715ae60733ac4f6bc668696fe6bc9625927 /.github/workflows | |
| parent | 495d394353be5516d4a694d3ca982d4c7099f79b (diff) | |
Upgrade to zulip/github-actions-zulip/send-message@v1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eab2add..f482a51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,9 @@ jobs: - name: Set release version run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Announcement - uses: yuzutech/zulip-send-message-action@v0.1.2 + uses: zulip/github-actions-zulip/send-message@v1 with: - username: ${{ secrets.ZULIP_USERNAME }} + email: ${{ secrets.ZULIP_USERNAME }} api-key: ${{ secrets.ZULIP_API_KEY }} organization-url: 'https://asciidoctor.zulipchat.com' to: '279652' |
