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 0959bd8 commit 0727530Copy full SHA for 0727530
.github/workflows/TestWorkflow.yml
@@ -104,6 +104,10 @@ jobs:
104
Set-GitHubOutput -Name 'Context' -Value (Get-GitHubContext)
105
}
106
107
+ LogGroup 'Set outputs - GitConfig' {
108
+ Set-GitHubOutput -Name 'GitConfig' -Value (Get-GitHubGitConfig | Select-Object -Property 'user.name','user.email')
109
+ }
110
+
111
LogGroup 'Set outputs - Zen2' {
112
Set-GitHubOutput -Name 'Zen2' -Value $zen
113
0 commit comments