Skip to content

Commit 3ecf3df

Browse files
🩹 [Patch]: Remove -Debug and -Confirm parameters from Set-GitHubOutput for ComplexArray
1 parent 0c022fc commit 3ecf3df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/TestWorkflow.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
)
214214
}
215215
)
216-
Set-GitHubOutput -Name 'ComplexArray' -Value $complexArray -Debug -Confirm:$false
216+
Set-GitHubOutput -Name 'ComplexArray' -Value $complexArray
217217
}
218218
219219
LogGroup 'Set array outputs - JSON' {
@@ -222,6 +222,7 @@ jobs:
222222
}
223223
224224
LogGroup 'Set summary' {
225+
Get-Content $env:GITHUB_OUTPUT -Raw
225226
Get-Content $env:GITHUB_OUTPUT -Raw | Set-GitHubStepSummary
226227
}
227228

0 commit comments

Comments
 (0)