We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d0925 commit 1bedb1fCopy full SHA for 1bedb1f
Pipeline/Build.Wiki.cs
@@ -86,7 +86,7 @@ public partial class Build
86
ctx.Git($"config --local user.name \"{BotName:nq}\"");
87
ctx.Git($"config --local user.email \"{BotEmail:nq}\"");
88
var url = WikiRepository.GetAuthenticatedHttpsUrl(new AuthenticationDetails(BotName,GitHubActions.NotNull().Token.NotNullOrWhiteSpace()));
89
- ctx.Git($"git remote set-url origin {url}");
+ ctx.Git($"remote set-url origin {url}");
90
WikiGitContext = ctx;
91
Log.Information("Initialized git repository configuration for {@Repository}",WikiRepository);
92
});
0 commit comments