Skip to content

Commit

Permalink
Configure Git username and email
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 11, 2024
1 parent 1303bb8 commit 9c1fb21
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 @@ -71,6 +71,11 @@ jobs:
distribution: temurin
java-version: 21
- uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4
- name: Configure Git
shell: bash
run: |
git config --global user.name "JUnit Team"
git config --global user.email "[email protected]"
- name: 'Upload Documentation'
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
Expand Down

0 comments on commit 9c1fb21

Please sign in to comment.