Skip to content

Commit

Permalink
fix(e2e): correction de la version du plugin pour notifier sur matter…
Browse files Browse the repository at this point in the history
…most
  • Loading branch information
m-maillot committed May 16, 2024
1 parent eeb2d52 commit 8088543
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SOCIALGROOVYBOT_NPM_TOKEN }}

- name: Create the Mattermost Message
if: failure()
run: |
echo "{\"text\":\"La mise à jour du dépôt kali-data (Legifrance Code du Travail) a échoué : ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}\"}" > mattermost.json
- uses: mattermost/action-mattermost-notify@master
if: failure()
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
PAYLOAD: |-
{
"text": "La mise à jour du dépôt kali-data (Legifrance Code du Travail) a échoué : ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}",
}

0 comments on commit 8088543

Please sign in to comment.