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
This Action previously relied on Git for Windows to be installed in
`C:\Program Files\Git`. That is true for all hosted Windows agents.
However, this is not necessarily true for all self-hosted runners.
But there usually _is_ a Git for Windows we can rely on: The build
agent's own copy. Let's use that instead.
This fixes#472
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments