Skip to content

Commit

Permalink
no dispatches
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 9, 2024
1 parent 8badb7e commit 7560c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
curl -X POST \
-H "Authorization: token $GH_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/szabgab/he.perlmaven.com/actions/workflows/ci.yml/dispatches \
https://api.github.com/repos/szabgab/he.perlmaven.com/actions/workflows/ci.yml \
-d '{"ref":"main"}' | tee out.txt
if [ -s out.txt ]
then
Expand Down

0 comments on commit 7560c25

Please sign in to comment.