We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a1ccc commit b68e402Copy full SHA for b68e402
Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml/Program.cs
@@ -58,7 +58,7 @@ public static async Task<int> Main(string[] args)
58
};
59
60
var catalogIdentifier = new Option<string>(
61
- name: "--catalogIdentifier",
+ name: "--catalog-identifier",
62
description: "(optional) The catalog identifier. If not provided, then the provided token must be a PAT with access to Actions/Variables.")
63
{
64
IsRequired = false
0 commit comments