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 1186369 commit 875c42cCopy full SHA for 875c42c
.github/workflows/promote-branch.yml
@@ -129,7 +129,8 @@ jobs:
129
run: |
130
# set +e
131
132
- gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id --jq '.[].length'
+ 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'
134
135
# pull_request_exists=$()
136
0 commit comments