Skip to content

Commit

Permalink
Shorter CI dispatch message
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Sep 11, 2023
1 parent 74785c6 commit bf43b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer ${{secrets.TRIGGER_WORKFLOWS}}"
https://api.github.com/repos/Langulus/${{matrix.dependents}}/dispatches
-d '{"event_type":"Dependency Langulus::Core changed: ${{github.event.head_commit.message}}","client_payload":{"cause":"Core"}}'
-d '{"event_type":"[Core] ${{github.event.head_commit.message}}","client_payload":{"cause":"Core"}}'

0 comments on commit bf43b75

Please sign in to comment.