github actions as git user

This commit is contained in:
wyatt 2023-11-05 20:24:55 -08:00 committed by GitHub
parent 6922b02acc
commit 644ef12886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ jobs:
- name: Push Changes to Wiki
run: |
cd ./wiki-dir
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "automatic wiki update from github actions"
git push