Skip to content

Commit

Permalink
Configure Git username and email
Browse files Browse the repository at this point in the history
(cherry picked from commit dab4e51)
  • Loading branch information
marcphilipp committed Dec 11, 2024
1 parent 2b485c4 commit 6376f0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ jobs:
arguments: |
prepareDocsForUploadToGhPages \
-Dscan.tag.Documentation
- name: Configure Git
shell: bash
run: |
git config --global user.name "JUnit Team"
git config --global user.email "team@junit.org"
- name: Upload Documentation
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && github.ref == 'refs/heads/main'
uses: ./.github/actions/run-gradle
Expand Down

0 comments on commit 6376f0a

Please sign in to comment.