Skip to content

Commit

Permalink
azp: fix-default-param-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Oct 21, 2023
1 parent 34a66dd commit 21d8fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sdk/AzurePipelines/AzureDevops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ public static async Task<MappingToken> ReadTemplate(Runner.Server.Azure.Devops.C
foreach(var mparam in sparameters) {
var varm = mparam.AssertMapping("varm");
string name = null;
string type = "object";
string type = "string";
TemplateToken def = null;
TemplateToken values = null;
foreach(var kv in varm) {
Expand Down

0 comments on commit 21d8fef

Please sign in to comment.