Skip to content

Commit

Permalink
typo in delete branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansingman authored May 12, 2023
1 parent a2d3d1b commit 93b5f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
continue-on-error: true

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

0 comments on commit 93b5f6d

Please sign in to comment.