Fix build.

This commit is contained in:
Stephan Schnabel 2025-02-12 13:58:21 +01:00
parent 16a15c84fb
commit 69a74fe2f8
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543

View file

@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress --settings=.github/settings.xml MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress --settings=${{ github.workspace }}/.github/settings.xml
steps: steps:
- run: git config --global user.name "${{ vars.KOKUWA_IO_BOT_NAME }}" - run: git config --global user.name "${{ vars.KOKUWA_IO_BOT_NAME }}"
- run: git config --global user.email "${{ vars.KOKUWA_IO_BOT_EMAIL }}" - run: git config --global user.email "${{ vars.KOKUWA_IO_BOT_EMAIL }}"