mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Fix using the full version for committer name
This commit is contained in:
@@ -145,7 +145,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
RepositorySettings = new RepositorySettings
|
||||
{
|
||||
CommitterEmail = "tgstation-server@users.noreply.github.com",
|
||||
CommitterName = application.VersionString,
|
||||
CommitterName = application.VersionPrefix,
|
||||
PushTestMergeCommits = false,
|
||||
ShowTestMergeCommitters = false,
|
||||
AutoUpdatesKeepTestMerges = false,
|
||||
|
||||
Reference in New Issue
Block a user