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 402604d commit 781a342Copy full SHA for 781a342
.github/workflows/promote-branch.yml
@@ -128,7 +128,7 @@ jobs:
128
run: |
129
set +e
130
131
- echo $(gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state 'open' --limit 1 --json --jq .total_count)
+ echo $(gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state 'open' --json)
132
133
pull_request_exists=$()
134
0 commit comments