We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b485c4 commit 6376f0aCopy full SHA for 6376f0a
.github/workflows/main.yml
@@ -117,6 +117,11 @@ jobs:
117
arguments: |
118
prepareDocsForUploadToGhPages \
119
-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]"
125
- name: Upload Documentation
126
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && github.ref == 'refs/heads/main'
127
uses: ./.github/actions/run-gradle
0 commit comments