Skip to content

v3

Compare
Choose a tag to compare
@gmichelo gmichelo released this 04 Jun 14:14
· 22 commits to main since this release

Fixed issues:

  • The checkout action would modify the global git authentication configuration. This resulted in other git clients to fail when adding their own authentication configuration. We aligned the behavior to actions/checkout and added a cleanup step to remove the auth configuration at the end of the action.