Skip to content

Commit

Permalink
Set git user config
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Dec 11, 2024
1 parent 2547126 commit e3027b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- name: Setup gradle
uses: gradle/actions/setup-gradle@v4

- name: Configure Git
shell: bash
run: |
git config --global user.name "Urs Joss"
git config --global user.email "[email protected]"
- name: Publish github pages
run: ./gradlew build check :guide:gitPublishPush
env:
Expand Down

0 comments on commit e3027b2

Please sign in to comment.