You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --show-current was introduced in git 2.22.0 but the checkout@v2 only requires 2.18.0, when using checkout@v2 in a self-hosted runner, you will get an error about the --show-current option.
The v2 checkout uses
git branch --show-current
at https://github.com/actions/checkout/blob/master/src/git-command-manager.ts#L177The
--show-current
was introduced in git 2.22.0 but the checkout@v2 only requires 2.18.0, when using checkout@v2 in a self-hosted runner, you will get an error about the--show-current
option.Seems like we need to bump the min required git version?
The text was updated successfully, but these errors were encountered: