Skip to content

Commit bf51307

Browse files
committed
fix(ci): use a nicer name for the documentation updater
1 parent 44db5a3 commit bf51307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/api-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555

5656
- name: Commit upstream
5757
run: |
58-
git config user.name "WTF GitHub"
59-
git config user.email "omg@wtf.die.die.die"
58+
git config user.name "github-actions[bot]"
59+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6060
git add doc/pocketsphinx
6161
git commit -m 'chore: update PocketSphinx API documentation'
6262
git push

0 commit comments

Comments
 (0)