Update wiki/action.yaml

This commit is contained in:
Zakary Timson 2023-12-20 05:32:15 +00:00
parent 81bb4a5cb5
commit 8d3574ca58

View File

@ -32,7 +32,7 @@ runs:
args: clone "${{env.URL}}" wiki
- name: Update files
run: mv -f ${{inputs.pattern}} wiki/
run: mv -f ${{inputs.pattern}}/* wiki/
shell: sh
- name: Push