Skip to content

Commit

Permalink
fix(workflow): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 10, 2024
1 parent 2dfdf20 commit 9cd1757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
- name: 🎉 Celebrate Success in Mattermost
if: success()
run: |
curl -X POST -H 'Content-Type: application/json' -d '{"text": "🎉 Woohoo! Le déploiement est *green* et tout fonctionne bien! C\'est l\'heure de faire la fête! 🥳🍾"}' ${{ secrets.MATTERMOST_WEBHOOK_URL }}
curl -X POST -H 'Content-Type: application/json' -d '{"text": "🎉 Woohoo! Le déploiement est *green* et tout fonctionne bien! C'est l'heure de faire la fête! 🥳🍾"}' ${{ secrets.MATTERMOST_WEBHOOK_URL }}

0 comments on commit 9cd1757

Please sign in to comment.