Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6376f0a

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

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+5Lines changed: 5 additions & 0 deletions
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 "team@junit.org"
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.