update nuget packages & minor fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using ModpackUpdater.Apps.Manager.Api.Model;
|
||||
using Pilz.Configuration;
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
|
||||
|
||||
@@ -13,7 +12,7 @@ internal class GitLabRepoWorkspaceConfig : WorkspaceConfig
|
||||
|
||||
public string? ApiToken { get; set; }
|
||||
|
||||
public long RepoId { get; set; } = -1L;
|
||||
public long RepoId { get; set; } = 0L;
|
||||
|
||||
public string RepoBranche { get; set; } = "master";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user