Skip to content

Commit

Permalink
ci(all): Test format mattermost notification
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Mar 1, 2024
1 parent 2c59454 commit 9bd2d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ jobs:
- name: Notify to Mattermost
# if: ${{ !env.PRERELEASE }}
run: |
curl -X POST -H 'Content-Type: application/json' -d @mattermost.json ${{ secrets.MATTERMOST_WEBHOOK_URL }}
curl -X POST -H 'Content-Type: application/json' -d @mattermost.json ${{ secrets.MATTERMOST_RELEASE_URL }}

0 comments on commit 9bd2d34

Please sign in to comment.