Skip to content

Commit 7c157e5

Browse files
committed
sdjlkadlas
1 parent 2972b9e commit 7c157e5

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

0 commit comments

Comments
 (0)