Skip to content

Commit

Permalink
fix: have curl fail on error of 400+
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala committed Oct 14, 2024
1 parent 6f1fdc9 commit d9dd2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-workflow-dispatcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e


curl \
--fail \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${GITHUB_TOKEN}" \
Expand Down

0 comments on commit d9dd2b7

Please sign in to comment.