Skip to content

v3.1 - Update git config behavior

Compare
Choose a tag to compare
@aormsby aormsby released this 01 Oct 22:34
· 37 commits to main since this release
5babf6d

Previously, git config was always set by this action. Now it occurs only when the git config values haven't already been set by other workflow steps. This is to allow work with other actions and avoid setting conflicting config values.

Bonus: Now you can do neat things like setting up GPG commit signing with other actions like this -- https://github.com/aormsby/Fork-Sync-With-Upstream-action/wiki/GPG-Signing