Skip to content

Commit 557eb65

Browse files
committed
X
1 parent 1c42f98 commit 557eb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
gh api https://api.github.com/users/igfoo || true
8989
echo
9090
echo "=== Creating new PR ==="
91-
gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }} --draft
91+
GH_DEBUG=api gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }} --draft
9292
if [[ $? -ne 0 ]]; then
9393
echo "Failed to create new PR."
9494
exit 1

0 commit comments

Comments
 (0)