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 a2d3d1b commit 93b5f6dCopy full SHA for 93b5f6d
action.yaml
@@ -84,7 +84,7 @@ runs:
84
continue-on-error: true
85
86
# if delete source branch, delete branch
87
- - if: ${{ success() && inputs.delete_branch }} && steps.merge.outcome == 'success' }}
+ - if: ${{ success() && inputs.delete_branch && steps.merge.outcome == 'success' }}
88
run: |
89
echo "${{ steps.merge }}"
90
echo "Deleting source branch: ${{ github.event.pull_request.head.ref }}"
0 commit comments