Skip to content

Commit b7557c7

Browse files
committed
Using Write-Debug instead of Write-Host for running locally.
1 parent 0dc0d57 commit b7557c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Actions/.Modules/DebugLogHelper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function OutputDebug {
221221
)
222222

223223
if ($runningLocal) {
224-
Write-Host $message
224+
Write-Debug $message
225225
}
226226
else {
227227
Write-Host "::Debug::[AL-Go]$message"

0 commit comments

Comments
 (0)