Skip to content

Commit

Permalink
Dispatch GH event URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 23, 2024
1 parent fdacb79 commit 9b7573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
-X POST \
-H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/vanilophp/netopia/actions/workflows/tests.yml/dispatches \
https://api.github.com/repos/vanilophp/netopia/dispatches \
-d '{"event_type":"run_tests"}'

0 comments on commit 9b7573c

Please sign in to comment.