Skip to content

Commit a4e71d5

Browse files
Check git config
1 parent 326eb37 commit a4e71d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ jobs:
133133
Get-GitHubContext
134134
}
135135
136-
LogGroup 'Get-GitHubGitConfig' {
137-
Get-GitHubGitConfig
138-
}
139-
140136
LogGroup 'Get-GitHubApp' {
141137
Get-GitHubApp
142138
}
@@ -148,5 +144,6 @@ jobs:
148144
LogGroup 'Do something as an installation' {
149145
Get-GithubAppInstallation | New-GitHubAppInstallationAccessToken | ForEach-Object {
150146
Connect-GitHub -Token $_.token
147+
Get-GitHubGitConfig
151148
}
152149
}

0 commit comments

Comments
 (0)