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 5c14cfd commit 5f99647Copy full SHA for 5f99647
.github/workflows/promote-branch.yml
@@ -130,6 +130,8 @@ jobs:
130
131
pull_request_exists=$(echo gh pr list --head ${{ env.current-branch }} -base ${{ env.target-branch }} --state "open" --limit 1 --jq '.total_count')
132
133
+ echo $pull_request_exists
134
+
135
if [[ $? -eq 0 ]]; then
136
echo "Base branch ${{ env.base-branch }} does exist."
137
$pull_request_exists="true"
0 commit comments