Skip to content

Commit

Permalink
Update test-dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 6, 2024
1 parent c5b66d5 commit 3539f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ github.token }}"\
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/test-checkout.yml/dispatches \
https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/missing-file.yml/dispatches \
-d "{\"ref\":\"$BRANCH\"}"
)
echo "RESP_CODE is $RESP_CODE"
Expand Down

0 comments on commit 3539f18

Please sign in to comment.