Skip to content

Commit 1186369

Browse files
committed
csddvdw
1 parent 0858dd0 commit 1186369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
# set +e
131131
132-
gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id
132+
gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id --jq '.[].length'
133133
134134
# pull_request_exists=$()
135135

0 commit comments

Comments
 (0)