Skip to content

Commit c472279

Browse files
committed
Fix missing argument in action.yml
1 parent da0d77f commit c472279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ inputs:
1919
description: 'Passes through options into git-ftp'
2020
default:
2121
required: false
22+
known-hosts:
23+
description: The desired content of your `.ssh/known_hosts` file
24+
required: false
2225
runs:
2326
using: 'docker'
2427
image: 'Dockerfile'

0 commit comments

Comments
 (0)