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.
2 parents 3de240d + 7ccbab0 commit 0b162bcCopy full SHA for 0b162bc
.github/actions/merge/action.yaml
@@ -72,7 +72,7 @@ runs:
72
if: ${{ inputs.merge == 'true' && inputs.delete_branch == 'true' }}
73
run: |
74
if git show-ref --verify --quiet refs/heads/${{ steps.push.outputs.branch }}; then
75
- git branch -d ${{ steps.push.outputs.branch }}
+ git push origin -d ${{ steps.push.outputs.branch }}
76
else
77
echo "Nothing to delete. Branch ${{ steps.push.outputs.branch }} does not exist."
78
fi
0 commit comments