Skip to content

Commit 22b118f

Browse files
committed
try this?
1 parent 7bfab2c commit 22b118f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ on:
77
pull_request:
88

99
jobs:
10+
get-gitconfig:
11+
runs-on: windows-latest
12+
steps:
13+
- uses: KyoriPowered/.github/.github/actions/setup-java-env@trunk
14+
- shell: bash
15+
run: |
16+
CONF=$(GIT_EDITOR=echo git config --system --edit)
17+
echo "Config is $CONF"
18+
cat $CONF
1019
call-build:
1120
uses: KyoriPowered/.github/.github/workflows/shared-ci.yaml@trunk
1221
secrets: inherit

0 commit comments

Comments
 (0)