Skip to content

Commit

Permalink
Fixing invalid announcing to spring releases space
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jan 13, 2025
1 parent 8248c01 commit 7715be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
milestone_name=${GITHUB_REF_NAME#v}
curl --location --request POST '${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}' \
--header 'Content-Type: application/json' \
--data-raw '{ text: "${{ github.event.repository.name }}-announcing ${milestone_name}"}'
--data-raw "{ text: \"${{ github.event.repository.name }}-announcing ${milestone_name}\"}"
- name: Post on Bluesky
env:
Expand Down

0 comments on commit 7715be0

Please sign in to comment.