2024-08-29 16:56:43 +02:00
|
|
|
name: 'rsync wiki files'
|
|
|
|
description: 'custom gitea action for rsync wiki files'
|
|
|
|
author: 'ludal'
|
2024-08-29 17:02:46 +02:00
|
|
|
runs:
|
|
|
|
using: 'docker'
|
|
|
|
image: 'Dockerfile'
|
|
|
|
args:
|
|
|
|
- ${{ inputs.config-file }}
|
|
|
|
- ${{ inputs.output-dir }}
|
|
|
|
- ${{ inputs.workdir }}
|