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