add rsync action action.yml (mais si c'est clair)
All checks were successful
mkdocs build / build (push) Successful in 5s

This commit is contained in:
Ludovic Cartier 2024-08-29 17:02:46 +02:00
parent 3b94df0c6a
commit 147e4df77c

View File

@ -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 }}