Skip to content

Commit

Permalink
chore: make the curl verbose (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht authored Oct 1, 2024
1 parent 97fe37d commit cc381de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ runs:
# TODO(sileht): support multiple files
curl -X POST \
--fail \
-v \
-H "Authorization: bearer ${MERGIFY_CI_ISSUES_TOKEN}" \
-F name=${WORKFLOW_JOB_NAME} \
-F provider=github_action \
Expand Down

0 comments on commit cc381de

Please sign in to comment.