Skip to content

v2.2 - Better Git Config

Compare
Choose a tag to compare
@aormsby aormsby released this 23 Dec 03:10
  • Added git_pull_rebase_config (default false) to get rid of git warnings during the pull process
  • All git config credentials - git_user, git_email, git_pull_rebase_config - can be set to 'null' to use existing config data in the runner environment
  • Removed input for git_config_credentials - changes related to the above item made this input unnecessary
  • Updated actions/core package (security)

Also, the README now has some new on the action's intended use case as well as possible options for other situations. Hopefully, this will help avoid confusion and provide possible options when the action fails to merge a divergent branch (as intended).