Skip to content

Commit 5f99647

Browse files
committed
sdvsadfvea
1 parent 5c14cfd commit 5f99647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/promote-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ jobs:
130130
131131
pull_request_exists=$(echo gh pr list --head ${{ env.current-branch }} -base ${{ env.target-branch }} --state "open" --limit 1 --jq '.total_count')
132132
133+
echo $pull_request_exists
134+
133135
if [[ $? -eq 0 ]]; then
134136
echo "Base branch ${{ env.base-branch }} does exist."
135137
$pull_request_exists="true"

0 commit comments

Comments
 (0)