We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8c09e commit c832c35Copy full SHA for c832c35
1 file changed
.github/workflows/post-release.yml
@@ -118,11 +118,11 @@ jobs:
118
env:
119
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
120
ON_SUCCESS: |
121
- <!channel>
+ <@channel>
122
Release **${{ env.VERSION_NAME }}** has been published ! :tada:
123
[Release notes](${{ steps.github-release.outputs.url }}) | [PyPI](https://pypi.org/project/giskard/${{ env.VERSION_NUMBER }})
124
ON_FAILURE: |
125
- "<!channel> Release ${{ env.VERSION_NAME }} failed on post-release :cross:
+ "<@channel> Release ${{ env.VERSION_NAME }} failed on post-release :cross:
126
[Logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
127
with:
128
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
0 commit comments