Skip to content

Commit 3e547c2

Browse files
committed
Missing bracket
1 parent fe39c4f commit 3e547c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919
multiple: true
2020
options:
21-
- "v1.3.2-beta.2"
21+
- "v1.3.2-beta.3"
2222
- "v1.3.1"
2323
- "v1.3.0"
2424
- "v1.2.3"

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
251251

252252
# Prerelease string of this module
253-
Prerelease = 'beta2'
253+
Prerelease = 'beta3'
254254

255255
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
256256
RequireLicenseAcceptance = $False

hugoalh.GitHubActionsToolkit/module/nodejs-invoke.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Function Invoke-NodeJsWrapper {
4242
$InputObject |
4343
ConvertTo-Json -Depth 100 -Compress
4444
))))`" `"$ResultSeparator`""
45-
[UInt32]$ResultSkipIndex = @()
45+
[UInt32[]]$ResultSkipIndex = @()
4646
For ([UInt32]$ResultIndex = 0; $ResultIndex -ilt $Result.Count; $ResultIndex++) {
4747
[String]$Item = $Result[$ResultIndex]
4848
If ($Item -imatch '^::.+?::.*$') {

0 commit comments

Comments
 (0)