Skip to content

Commit e19bb13

Browse files
committed
Remove event_type key
1 parent 7c1eded commit e19bb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
-H "Accept: application/vnd.github+json" \
5757
-H "Authorization: Bearer ${{ secrets.WORKFLOW_PAT }}" \
5858
-H "X-GitHub-Api-Version: 2022-11-28" \
59-
-d '{"ref":"main","event_type":"publish-workflow"}' \
59+
-d '{"ref":"main"}' \
6060
https://api.github.com/repos/hotwired-laravel/turbo-laravel-site/actions/workflows/publish.yml/dispatches

0 commit comments

Comments
 (0)