Skip to content

Commit 875c42c

Browse files
committed
zacsd
1 parent 1186369 commit 875c42c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/promote-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ 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 --jq '.[].length'
132+
gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id
133+
gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id --jq '.length'
133134
134135
# pull_request_exists=$()
135136

0 commit comments

Comments
 (0)