diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 7b77c5d..20c8b4a 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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 }}