Skip to content

Commit 6376f0a

Browse files
committed
Configure Git username and email
(cherry picked from commit dab4e51)
1 parent 2b485c4 commit 6376f0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ jobs:
117117
arguments: |
118118
prepareDocsForUploadToGhPages \
119119
-Dscan.tag.Documentation
120+
- name: Configure Git
121+
shell: bash
122+
run: |
123+
git config --global user.name "JUnit Team"
124+
git config --global user.email "[email protected]"
120125
- name: Upload Documentation
121126
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && github.ref == 'refs/heads/main'
122127
uses: ./.github/actions/run-gradle

0 commit comments

Comments
 (0)