From 0f3221c6b0b25fb3ac71c436ddc558e8b9649b23 Mon Sep 17 00:00:00 2001 From: Dennis Schiese Date: Tue, 27 Feb 2024 15:32:03 +0100 Subject: [PATCH] WIP --- .github/workflows/maven.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e5dec0c..7af0d0f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,6 +30,11 @@ jobs: distribution: 'adopt' server-id: oosrh + - name: Configure Git author + run: | + git config --local user.email "schiesedennis@gmail.com" + git config --local user.name "dschiese" + - name: Import GPG Key uses: crazy-max/ghaction-import-gpg@v5.0.0 with: