We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07d8a0 commit 0959bd8Copy full SHA for 0959bd8
.github/workflows/TestWorkflow.yml
@@ -104,10 +104,6 @@ jobs:
104
Set-GitHubOutput -Name 'Context' -Value (Get-GitHubContext)
105
}
106
107
- LogGroup 'Set outputs - GitConfig' {
108
- Set-GitHubOutput -Name 'GitConfig' -Value (Get-GitHubGitConfig | Where-Object { $_.Name -in 'user.name','user.email' })
109
- }
110
-
111
LogGroup 'Set outputs - Zen2' {
112
Set-GitHubOutput -Name 'Zen2' -Value $zen
113
0 commit comments