Update action.yml

This commit is contained in:
Contention
2023-03-24 21:12:03 +00:00
committed by GitHub
parent a51ddb22fb
commit 2818ab45e9

View File

@@ -20,6 +20,9 @@ inputs:
remotepath: remotepath:
description: 'The remote path to sync' description: 'The remote path to sync'
required: true required: true
deploy_key:
description: 'The private key'
required: true
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'