10 lines
256 B
YAML
10 lines
256 B
YAML
# action.yml
|
|
name: 'Action - rsync'
|
|
description: 'Alpine based image with installed rsync, basic pre and post scripts support. Pure docker, minimize github things.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
branding:
|
|
icon: 'star'
|
|
color: 'yellow'
|