add rsync action action.yml (mais si c'est clair)
All checks were successful
mkdocs build / build (push) Successful in 5s
All checks were successful
mkdocs build / build (push) Successful in 5s
This commit is contained in:
parent
3b94df0c6a
commit
147e4df77c
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user