Update wiki/action.yaml

This commit is contained in:
Zakary Timson 2023-12-20 05:24:18 +00:00
parent 2bd9c18baa
commit 0d0d41c78b

View File

@ -38,5 +38,5 @@ runs:
- name: Push - name: Push
uses: docker://alpine/git uses: docker://alpine/git
with: with:
entrypoint: git entrypoint: /bin/sh
args: /bin/sh -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"