Skip to content

Commit dab4e51

Browse files
committed
Configure Git username and email
1 parent 4f29473 commit dab4e51

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
@@ -118,6 +118,11 @@ jobs:
118118
arguments: |
119119
prepareDocsForUploadToGhPages \
120120
-Dscan.tag.Documentation
121+
- name: Configure Git
122+
shell: bash
123+
run: |
124+
git config --global user.name "JUnit Team"
125+
git config --global user.email "[email protected]"
121126
- name: Upload Documentation
122127
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && github.ref == 'refs/heads/main'
123128
uses: ./.github/actions/run-gradle

0 commit comments

Comments
 (0)