diff --git a/.github/actions/verification/authorization/v1/Parameters.psd1 b/.github/actions/verification/authorization/v1/Parameters.psd1 index 306e47874109..4205303dd399 100644 --- a/.github/actions/verification/authorization/v1/Parameters.psd1 +++ b/.github/actions/verification/authorization/v1/Parameters.psd1 @@ -1,7 +1,7 @@ @{ Parameters = @( @{ - Name = 'Repository' + Name = 'repository' Type = 'string' IfNullOrEmpty = { param($ErrorTarget) @@ -30,7 +30,7 @@ } } @{ - Name = 'AuthorizedAccounts' + Name = 'authorized_accounts' Type = 'String[]' IfNullOrEmpty = { param($ErrorTarget) @@ -50,7 +50,7 @@ } @{ - Name = 'Permissions' + Name = 'permissions' Type = 'String[]' IfNullOrEmpty = { param($ErrorTarget) @@ -118,7 +118,7 @@ } @{ - Name = 'Target' + Name = 'target' Type = 'String[]' IfNullOrEmpty = { param($ErrorTarget) @@ -191,7 +191,7 @@ } @{ - Name = 'User' + Name = 'user' Type = 'String' IfNullOrEmpty = { param($ErrorTarget) @@ -222,4 +222,4 @@ } } ) -} \ No newline at end of file +}