mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
Fix missing argument in action.yml
This commit is contained in:
parent
da0d77ff39
commit
c47227925c
@ -19,6 +19,9 @@ inputs:
|
||||
description: 'Passes through options into git-ftp'
|
||||
default:
|
||||
required: false
|
||||
known-hosts:
|
||||
description: The desired content of your `.ssh/known_hosts` file
|
||||
required: false
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
Loading…
x
Reference in New Issue
Block a user