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