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
Per actions/checkout#767, the latest version of actions/checkout
overrides any existing global Git configuration, and instead uses its
own global configuration with safe.directory configured. Unfortunately,
it configures a Windows path for safe.directory, which Cygwin Git
doesn't handle. As a (hopefully) temporary workaround, pin that action
to the known-working version, and continue to set safe.directory
manually.
0 commit comments