update nuget packages & minor fixes

This commit is contained in:
2024-09-06 20:08:40 +02:00
parent 5e678db077
commit f453e85956
6 changed files with 12 additions and 6 deletions

View File

@@ -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";