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 2e84eb4 commit e4cc7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mattermost_issues_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ jobs:
send_issue_notifiaction:
runs-on: ubuntu-latest
steps:
- run: |
- name: call Mattermost webhook
run: |
curl -i -X POST -H 'Content-Type: application/json' -d '{"text": "Test:\nNew issue on GitHub:\n issue_number = context.issue.number"}' https://team.forgemia.inra.fr/hooks/amu7nndhsfyw3naowa45p9dxuc

0 comments on commit e4cc7b7

Please sign in to comment.