diff --git a/.actions/rsync/action.yml b/.actions/rsync/action.yml index 8d2d9c1..e42acf8 100644 --- a/.actions/rsync/action.yml +++ b/.actions/rsync/action.yml @@ -1,3 +1,10 @@ name: 'rsync wiki files' description: 'custom gitea action for rsync wiki files' author: 'ludal' +runs: + using: 'docker' + image: 'Dockerfile' + args: + - ${{ inputs.config-file }} + - ${{ inputs.output-dir }} + - ${{ inputs.workdir }}