Skip to content

try this?

try this? #412

Workflow file for this run

name: "build"
on:
push:
branches: "**"
tags-ignore: ["**"]
pull_request:
jobs:
get-gitconfig:
runs-on: windows-latest
steps:
- uses: KyoriPowered/.github/.github/actions/setup-java-env@trunk
- shell: bash
run: |
CONF=$(GIT_EDITOR=echo git config --system --edit)
echo "Config is $CONF"
cat $CONF
call-build:
uses: KyoriPowered/.github/.github/workflows/shared-ci.yaml@trunk
secrets: inherit