The inputs have had a makeover. The action is now mirroring ´ad-m/github-push-action` in terms of inputs (see the new "Usage" section in the README).
The recommended way to use the action is now:
- Use
actions/checkout
. - Perform changes, commit, update/create tags.
- Push to a protected branch with this action.
Now, when pushing to a non-protected branch it will skip a lot of steps needed to push to protected branches making it faster. It will also ignore inputs related only to protected branches (like unprotect_reviews
).