Skip to content

Commit 9e6d9a5

Browse files
committed
dfdsve
1 parent d79aa9e commit 9e6d9a5

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
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
set +e
130130
131-
echo gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state 'open' --limit 1 --json --jq '.total_count'
131+
echo $(gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state 'open' --limit 1 --json --jq '.total_count')
132132
133133
pull_request_exists=$()
134134

0 commit comments

Comments
 (0)