Fix missing argument in action.yml

This commit is contained in:
Vincent Ahrend 2020-06-05 14:29:03 +02:00
parent da0d77ff39
commit c47227925c

View File

@ -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'