From 147e4df77c413f4096bb6471bb42ed2a05c5d37e Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 29 Aug 2024 17:02:46 +0200 Subject: [PATCH] add rsync action action.yml (mais si c'est clair) --- .actions/rsync/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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 }}