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 c9966c9 commit d9a7235Copy full SHA for d9a7235
.github/workflows/Action-Test.yml
@@ -37,11 +37,11 @@ jobs:
37
uses: ./
38
with:
39
Script: |
40
- $scopes = 'local', 'global', 'system'
41
- $scopes | ForEach-Object {
42
- LogGroup "GitConfig - $_" {
43
- $configList = git config --$_ --list 2>&1
44
- $configList
45
- $LASTEXITCODE
+ $scopes = 'local', 'global', 'system'
+ $scopes | ForEach-Object {
+ LogGroup "GitConfig - $_" {
+ $configList = git config --$_ --list 2>&1
+ $configList
+ $LASTEXITCODE
46
+ }
47
}
- }
0 commit comments