Skip to content

Commit

Permalink
gha test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Oct 29, 2024
1 parent b8a56e8 commit 9314f0b
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: linode_api4-python - ${{ 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": "*<${{ github.event.release.html_url }}| ${{ github.event.release.tag_name }} Release notes }}>*
"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 9314f0b

Please sign in to comment.