File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hugoalh.GitHubActionsToolkit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
description : " What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
19
19
multiple : true
20
20
options :
21
- - " v1.3.2-beta.2 "
21
+ - " v1.3.2-beta.3 "
22
22
- " v1.3.1"
23
23
- " v1.3.0"
24
24
- " v1.2.3"
Original file line number Diff line number Diff line change 250
250
ReleaseNotes = ' (Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
251
251
252
252
# Prerelease string of this module
253
- Prerelease = ' beta2 '
253
+ Prerelease = ' beta3 '
254
254
255
255
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
256
256
RequireLicenseAcceptance = $False
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Function Invoke-NodeJsWrapper {
42
42
$InputObject |
43
43
ConvertTo-Json - Depth 100 - Compress
44
44
)))) `" `" $ResultSeparator `" "
45
- [UInt32 ]$ResultSkipIndex = @ ()
45
+ [UInt32 [] ]$ResultSkipIndex = @ ()
46
46
For ([UInt32 ]$ResultIndex = 0 ; $ResultIndex -ilt $Result.Count ; $ResultIndex ++ ) {
47
47
[String ]$Item = $Result [$ResultIndex ]
48
48
If ($Item -imatch ' ^::.+?::.*$' ) {
You can’t perform that action at this time.
0 commit comments