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
Hello! My team is using this plugin and it's largely working great for us, but I've run into an issue recently: I'm trying to set an extra header to be included on the git requests made by the plugin, however this only works if I put it in the global git config, which isn't ideal in our CI environment as it requires more cleanup. I would expect the local git config in the context where the plugin is called to be honored, but values in that config file do not seem to be loaded at runtime.
The text was updated successfully, but these errors were encountered:
Hello! My team is using this plugin and it's largely working great for us, but I've run into an issue recently: I'm trying to set an extra header to be included on the git requests made by the plugin, however this only works if I put it in the global git config, which isn't ideal in our CI environment as it requires more cleanup. I would expect the local git config in the context where the plugin is called to be honored, but values in that config file do not seem to be loaded at runtime.
The text was updated successfully, but these errors were encountered: