Skip to content

Commit 0959bd8

Browse files
🩹 [Patch]: Remove GitConfig output logging from TestWorkflow
1 parent a07d8a0 commit 0959bd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ jobs:
104104
Set-GitHubOutput -Name 'Context' -Value (Get-GitHubContext)
105105
}
106106
107-
LogGroup 'Set outputs - GitConfig' {
108-
Set-GitHubOutput -Name 'GitConfig' -Value (Get-GitHubGitConfig | Where-Object { $_.Name -in 'user.name','user.email' })
109-
}
110-
111107
LogGroup 'Set outputs - Zen2' {
112108
Set-GitHubOutput -Name 'Zen2' -Value $zen
113109
}

0 commit comments

Comments
 (0)