We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4361299 commit 98d1301Copy full SHA for 98d1301
.github/workflows/announce-release.yml
@@ -52,4 +52,8 @@ jobs:
52
env:
53
SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
54
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
55
-
+ - name: Announce Release in Chat
56
+ uses: julb/action-post-googlechat-message@v1
57
+ with:
58
+ message: "${{ github.event.repository.name }}-announcing `${{ inputs.version }}`"
59
+ gchat_webhook_url: ${{ secrets.SPRING_RELEASE_CHAT_WEBHOOK_URL }}
0 commit comments