Fixed:
- [BREAKING] The action will now work with whatever ref has been checked out, without pulling or switching branches by default. You can still pull using the
pull
input and create a new branch with the newly-addednew_branch
input. For more info, check commit6fdb34e
.
Removed:
- [BREAKING] The
signoff
input has been removed, usecommit
instead. (#331) - [BREAKING] The
pull_strategy
input has been removed, usepull
instead. - [BREAKING] The
branch
andbranch_mode
inputs have been removed, check commit6fdb34e
for more info. - [BREAKING] The
pull
input doesn't supportNO-PULL
anymore: if you don't want the action to pull, simply remove the input, as it's the default behavior now.