Skip to content

Commit ba60e75

Browse files
(GHA, TEST) Test authorization workflow
This change adds a comment to the `authorized_accounts` parameter handler to trigger the `verification/authorization/v1` GHA so that we can verify whether the action is behaving correctly. This change should not be merged.
1 parent 4552e66 commit ba60e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/verification/authorization/v1/Parameters.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
Process = {
3636
param($Parameters, $Value, $ErrorTarget)
3737

38+
# Comment line.
3839
[string[]]$SpecifiedAccounts = $Value -split ',' | Where-Object {
3940
-not [string]::IsNullOrEmpty($_)
4041
}

0 commit comments

Comments
 (0)