Skip to content
Compare
Choose a tag to compare
@CasperWA CasperWA released this 29 Oct 01:36
b8e23c7

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:

  1. Use actions/checkout.
  2. Perform changes, commit, update/create tags.
  3. 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).