Skip to content

Commit 93b5f6d

Browse files
authored
typo in delete branch check
1 parent a2d3d1b commit 93b5f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
continue-on-error: true
8585

8686
# if delete source branch, delete branch
87-
- if: ${{ success() && inputs.delete_branch }} && steps.merge.outcome == 'success' }}
87+
- if: ${{ success() && inputs.delete_branch && steps.merge.outcome == 'success' }}
8888
run: |
8989
echo "${{ steps.merge }}"
9090
echo "Deleting source branch: ${{ github.event.pull_request.head.ref }}"

0 commit comments

Comments
 (0)