wiki/.actions/rsync/action.yml

11 lines
242 B
YAML
Raw Permalink Normal View History

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