Skip to content

Commit

Permalink
Fix git config for comitting
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 20, 2023
1 parent 70626f5 commit 5bc999e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email ${{ github.actor.user.login }}@github.com
git config --global user.name ${{ github.actor.user.login }}
git config --global user.email ${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com
git config --global user.name ${GITHUB_ACTOR}
git add master
git diff-index --quiet HEAD 2>&1 > /dev/null || git commit -m "Update latest documentation" && git push
Expand Down

0 comments on commit 5bc999e

Please sign in to comment.