Skip to content

Commit 0c022fc

Browse files
🩹 [Patch]: Update Set-GitHubOutput to include -Confirm:$false for ComplexArray
1 parent 16ac583 commit 0c022fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/TestWorkflow.yml‎

Lines changed: 1 addition & 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
216+
Set-GitHubOutput -Name 'ComplexArray' -Value $complexArray -Debug -Confirm:$false
217217
}
218218
219219
LogGroup 'Set array outputs - JSON' {

0 commit comments

Comments
 (0)