mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2025-12-05 11:44:51 +01:00
add new releases/v1 branch to readme
This commit is contained in:
parent
73cab2a2cd
commit
60e94deadd
4 changed files with 14 additions and 18 deletions
10
action.yml
10
action.yml
|
|
@ -1,6 +1,6 @@
|
|||
name: 'FTP Action'
|
||||
description: 'Mirrors a directory with a FTP server.'
|
||||
name: 'ftp-action'
|
||||
author: 'Sebastian Popp <ftp-action@sebastianpopp.com>'
|
||||
description: 'Automate copying your files via FTP using this GitHub action.'
|
||||
inputs:
|
||||
host:
|
||||
description: 'FTP host'
|
||||
|
|
@ -19,9 +19,9 @@ inputs:
|
|||
description: 'Remote directory'
|
||||
required: false
|
||||
default: '.'
|
||||
branding:
|
||||
color: 'blue'
|
||||
icon: 'upload'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
branding:
|
||||
color: 'blue'
|
||||
icon: 'upload-cloud'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue