Skip to content

Commit 457b5c6

Browse files
Update GitConfig output to retrieve system scope settings
1 parent d846ecc commit 457b5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
}
106106
107107
LogGroup 'Set outputs - GitConfig' {
108-
Set-GitHubOutput -Name 'GitConfig' -Value (Get-GitHubGitConfig | Where-Object { $_.Name -in 'user.name','user.email' })
108+
Set-GitHubOutput -Name 'GitConfig' -Value (Get-GitHubGitConfig -Scope system)
109109
}
110110
111111
LogGroup 'Set outputs - Zen2' {

0 commit comments

Comments
 (0)