Update wiki/action.yaml
This commit is contained in:
parent
15291113ec
commit
2bd9c18baa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user