fixing git breaking change, described here: https://github.com/actions/checkout/issues/766
Attempts to use git calls in an action where the user on the folder doesn't match the current user will fail. This comes about because of the way GitHub Actions mounts the $GITHUB_WORKSPACE directory on the parent container filesystem. Global setting introduced as workaround, this fix applies the setting.
fixing git breaking change, described here: https://github.com/actions/checkout/issues/766 Attempts to use git calls in an action where the user on the folder doesn't match the current user will fail. This comes about because of the way GitHub Actions mounts the $GITHUB_WORKSPACE directory on the parent container filesystem. Global setting introduced as workaround, this fix applies the setting.