Skip to content

Commit b043904

Browse files
🩹 [Patch]: Add test to verify that git config is set (#11)
## Description - Add test to verify that git config is set ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 6673bb3 commit b043904

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Action-Test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
Get-GitHubContext
4545
}
4646
47+
LogGroup 'Get-GitHubGitConfig' {
48+
Get-GitHubGitConfig
49+
}
50+
4751
LogGroup 'Get-GitHubZen' {
4852
Get-GitHubZen
4953
}
@@ -140,5 +144,6 @@ jobs:
140144
LogGroup 'Do something as an installation' {
141145
Get-GithubAppInstallation | New-GitHubAppInstallationAccessToken | ForEach-Object {
142146
Connect-GitHub -Token $_.token
147+
Get-GitHubGitConfig
143148
}
144149
}

0 commit comments

Comments
 (0)