Update wiki/action.yaml

This commit is contained in:
Zakary Timson 2023-12-20 05:29:50 +00:00
parent 0877c61e1b
commit 81bb4a5cb5

View File

@ -39,4 +39,4 @@ runs:
uses: docker://alpine/git
with:
entrypoint: /bin/sh
args: -c "cd wiki && git add . && git commit -m 'Automated wiki update' && git push"
args: -c "cd wiki && git config user.name Ghost && git config user.email git@zakscode.com && git add . && git commit -m 'Automated wiki update' && git push"