Skip to content

Commit

Permalink
Update mattermost-issues-notifications.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Besombes authored Oct 23, 2023
1 parent 8a8d390 commit 280b97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mattermost-issues-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
steps:
- name: call Mattermost webhook
run: |
curl -i -X POST -H 'Content-Type: application/json' -d '{"text": "Test:\nNew issue on GitHub:\n issue_number = ${{ github.event }}"}' https://team.forgemia.inra.fr/hooks/amu7nndhsfyw3naowa45p9dxuc
curl -i -X POST -H 'Content-Type: application/json' -d '{"text": "Test:\nNew issue on GitHub:\n issue_number = ${{ github.event.issue.url }}"}' https://team.forgemia.inra.fr/hooks/amu7nndhsfyw3naowa45p9dxuc

0 comments on commit 280b97a

Please sign in to comment.