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 d846ecc commit 457b5c6Copy full SHA for 457b5c6
.github/workflows/TestWorkflow.yml
@@ -105,7 +105,7 @@ jobs:
105
}
106
107
LogGroup 'Set outputs - GitConfig' {
108
- Set-GitHubOutput -Name 'GitConfig' -Value (Get-GitHubGitConfig | Where-Object { $_.Name -in 'user.name','user.email' })
+ Set-GitHubOutput -Name 'GitConfig' -Value (Get-GitHubGitConfig -Scope system)
109
110
111
LogGroup 'Set outputs - Zen2' {
0 commit comments