We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44db5a3 commit bf51307Copy full SHA for bf51307
1 file changed
.github/workflows/api-docs.yml
@@ -55,8 +55,8 @@ jobs:
55
56
- name: Commit upstream
57
run: |
58
- git config user.name "WTF GitHub"
59
- git config user.email "omg@wtf.die.die.die"
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
60
git add doc/pocketsphinx
61
git commit -m 'chore: update PocketSphinx API documentation'
62
git push
0 commit comments