Skip to content

Commit

Permalink
gha test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Oct 29, 2024
1 parent 94c48f0 commit b8a56e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-notify-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "New Release Published: *<${{ github.event.release.html_url }}|${{ github.repository }} - ${{ github.event.release.tag_name }}>* is now live! :tada:"
"text": "*New Release Published: linode_api4-python - ${{ github.event.release.tag_name }}* is now live! :tada:"
}
}
]
Expand All @@ -35,7 +35,7 @@ jobs:
payload: |
{
"thread_ts": "${{ steps.main_message.outputs.ts }}",
"text": "Release Notes:\n${{ toJSON(github.event.release.body) }}"
"text": "*<${{ github.event.release.html_url }}| ${{ github.event.release.tag_name }} Release notes }}>*
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit b8a56e8

Please sign in to comment.