We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c42f98 commit 557eb65Copy full SHA for 557eb65
.github/actions/create-pr/action.yml
@@ -88,7 +88,7 @@ runs:
88
gh api https://api.github.com/users/igfoo || true
89
echo
90
echo "=== Creating new PR ==="
91
- gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }} --draft
+ GH_DEBUG=api gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }} --draft
92
if [[ $? -ne 0 ]]; then
93
echo "Failed to create new PR."
94
exit 1
0 commit comments