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 3efc8f7 commit 2bc3985Copy full SHA for 2bc3985
.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 'length')
+ echo $(gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json --jq 'length')
132
133
pull_request_exists=$()
134
0 commit comments