Skip to content

Commit

Permalink
gha test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Oct 28, 2024
1 parent fe95fdc commit 94c48f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notify-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
payload: |
{
"thread_ts": "${{ steps.main_message.outputs.ts }}",
"text": "${{ github.event.release.body }}"
"text": "Release Notes:\n${{ toJSON(github.event.release.body) }}"
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 94c48f0

Please sign in to comment.