Update wiki/action.yaml

This commit is contained in:
Zakary Timson 2023-12-20 05:22:09 +00:00
parent 15291113ec
commit 2bd9c18baa

View File

@ -39,4 +39,4 @@ runs:
uses: docker://alpine/git
with:
entrypoint: git
args: sh -c "cd wiki && git add . && git commit -m Automated wiki update && git push"
args: /bin/sh -c "cd wiki && git add . && git commit -m Automated wiki update && git push"