Skip to content

Commit 6eefa01

Browse files
authored
Merge pull request #32 from ledhed2222/guessing
guessing
2 parents dc2e6e6 + d107960 commit 6eefa01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jdeploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
java-version: '23'
2323
distribution: 'temurin'
2424
cache: maven
25+
- name: Set up git
26+
run: |
27+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
28+
git config --global user.name "${{ github.actor }}"
2529
- name: Build with Maven
2630
run: mvn -B package --file pom.xml
2731
- name: Build App Installer Bundles

0 commit comments

Comments
 (0)