Skip to content

Commit 83f9ac7

Browse files
committed
dcsd
1 parent 5f99647 commit 83f9ac7

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-
pull_request_exists=$(echo gh pr list --head ${{ env.current-branch }} -base ${{ env.target-branch }} --state "open" --limit 1 --jq '.total_count')
131+
pull_request_exists=$(echo gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state "open" --limit 1 --jq '.total_count')
132132
133133
echo $pull_request_exists
134134

0 commit comments

Comments
 (0)