Skip to content

Commit

Permalink
Set TT-CX-User as commit author for doc sync commits (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikRehmTT committed Oct 10, 2024
1 parent 4da242b commit 0ab4f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Commit and push documentation
run: |
if [[ `git status --porcelain docs` ]]; then
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.name "TT-CX-User"
git config user.email "90439695+TT-CX-User@users.noreply.github.com"
git add docs
git commit --signoff -m "Sync documentation"
git push
Expand Down

0 comments on commit 0ab4f17

Please sign in to comment.