mirror of
https://github.com/wlixcc/SFTP-Deploy-Action.git
synced 2026-09-23 21:28:32 +00:00
fix password typo
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ inputs:
|
|||||||
description: 'This operation will delete all files in the remote path before upload. Please be careful set this to true'
|
description: 'This operation will delete all files in the remote path before upload. Please be careful set this to true'
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
passsword:
|
password:
|
||||||
description: "SSH passsword,If a password is set, the secret key pair is ignored"
|
description: "SSH passsword,If a password is set, the secret key pair is ignored"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user