Skip to content

Commit c832c35

Browse files
committed
Break channel mentions
1 parent cc8c09e commit c832c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ jobs:
118118
env:
119119
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
120120
ON_SUCCESS: |
121-
<!channel>
121+
<@channel>
122122
Release **${{ env.VERSION_NAME }}** has been published ! :tada:
123123
[Release notes](${{ steps.github-release.outputs.url }}) | [PyPI](https://pypi.org/project/giskard/${{ env.VERSION_NUMBER }})
124124
ON_FAILURE: |
125-
"<!channel> Release ${{ env.VERSION_NAME }} failed on post-release :cross:
125+
"<@channel> Release ${{ env.VERSION_NAME }} failed on post-release :cross:
126126
[Logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
127127
with:
128128
channel-id: ${{ vars.SLACK_CHANNEL_ID }}

0 commit comments

Comments
 (0)