Commit 01e2fb1
committed
(GHA) Fix
Prior to this change, the `verification/authorization/v1` workflow
definition of the `authorized_accounts` parameter handler defined an
empty scriptblock for the `IfNullOrEmpty` key to indicate that
null/empty values are acceptable for this optional parameter. Instead,
it shouldn't define the `IfNullOrEmpty` key-value pair at all. The
`Get-ActionScriptParameter` helper function ignores null or empty
values when the `IfNullOrEmpty` key isn't defined.
This change removes the `IfNullOrEmpty` key-value pair from the
`authorized_accounts` parameter handler definition.authorized_accounts parameter handler1 parent 6065db0 commit 01e2fb1
File tree
1 file changed
+0
-5
lines changed- .github/actions/verification/authorization/v1
1 file changed
+0
-5
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
| |||
0 commit comments