finish editor for gitlab repo workspace config
This commit is contained in:
@@ -9,4 +9,6 @@ internal class GitLabRepoWorkspaceConfig : WorkspaceConfig
|
||||
public string? ApiToken { get; set; }
|
||||
public long RepoId { get; set; } = -1L;
|
||||
public string RepoBranche { get; set; } = "master";
|
||||
public string FileLocationInstallJson { get; set; } = "install.json";
|
||||
public string FileLocationUpdateJson { get; set; } = "update.json";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user