Skip to content

Commit

Permalink
ci(all): Test format mattermost notification debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Mar 1, 2024
1 parent 5b12caf commit 3b6fd58
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 @@ -197,7 +197,7 @@ jobs:

- name: Create Mattermost file
run: |
echo -e "{\"icon_url\":\"https://icon-library.com/images/github-icon-png/github-icon-png-29.jpg\",\"text\":\"Une nouvelle release a été publiée pour le projet **compute: v${{ needs.python_project.outputs.compute_version }}** :tada: :tada: :tada:\n\nRetrouvez toutes les informations sur [la page de release](${{ steps.create_release.outputs.html_url }})\",\"props\":{}\"card\":\"$(cat /tmp/changelog.md)\"}}" > mattermost.json
echo -e "{\"icon_url\":\"https://icon-library.com/images/github-icon-png/github-icon-png-29.jpg\",\"text\":\"Une nouvelle release a été publiée pour le projet **compute: v${{ needs.python_project.outputs.compute_version }}** :tada: :tada: :tada:\n\nRetrouvez toutes les informations sur [la page de release](${{ steps.create_release.outputs.html_url }})\",\"props\":{\"card\":\"$(cat /tmp/changelog.md)\"}}" > mattermost.json
- name: Notify to Mattermost
# if: ${{ !env.PRERELEASE }}
Expand Down

0 comments on commit 3b6fd58

Please sign in to comment.