Update wiki/action.yaml

This commit is contained in:
Zakary Timson 2023-12-20 05:26:53 +00:00
parent 0d0d41c78b
commit 0877c61e1b

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 add . && git commit -m 'Automated wiki update' && git push"