Skip to content

Commit d05864e

Browse files
committed
Remove bot from Docs Action
1 parent 21db55e commit d05864e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
git fetch
3838
git add docs
39-
git config --local user.email "action@github.com"
40-
git config --local user.name "GitHub Action"
39+
git config --local user.email "alandefreitas@gmail.com"
40+
git config --local user.name "Alan R R Freitas"
4141
git commit -m "Update Docs" -a
4242
continue-on-error: true
4343
- name: Push changes

0 commit comments

Comments
 (0)