Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/spring-finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,10 @@ jobs:

- name: Announce Release in Chat
if: env.CHAT_WEBHOOK_URL
run: |
curl -X POST '${{ env.CHAT_WEBHOOK_URL }}' -H 'Content-Type: application/json' -d '{ text: "${{ github.event.repository.name }}-announcing `${{ inputs.milestone }}`"}'
uses: spring-io/spring-release-actions/announce-on-gchat@0.0.1
with:
gchat-webhook-url: ${{ env.CHAT_WEBHOOK_URL }}
version: ${{ inputs.milestone }}
env:
CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_CHAT_WEBHOOK_URL }}

Expand All @@ -137,4 +139,4 @@ jobs:
# payload: |
# {
# "text": "${{ github.event.repository.name }}-announcing `${{ inputs.milestone }}`"
# }
# }