Skip to content

Commit 16ac583

Browse files
🩹 [Patch]: Add debug flag to Set-GitHubOutput for ComplexArray
1 parent 1e8d9ba commit 16ac583

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
216+
Set-GitHubOutput -Name 'ComplexArray' -Value $complexArray -Debug
217217
}
218218
219219
LogGroup 'Set array outputs - JSON' {

0 commit comments

Comments
 (0)