Update wiki/action.yaml
This commit is contained in:
parent
0877c61e1b
commit
81bb4a5cb5
@ -39,4 +39,4 @@ runs:
|
|||||||
uses: docker://alpine/git
|
uses: docker://alpine/git
|
||||||
with:
|
with:
|
||||||
entrypoint: /bin/sh
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user