From da88a4dbe95286266bbac3c0b2b8284048d20c8f Mon Sep 17 00:00:00 2001 From: wl <356485255@qq.com> Date: Fri, 1 Jul 2022 09:29:31 +0800 Subject: [PATCH] fix password typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ce30e7c..7de4635 100644 --- a/action.yml +++ b/action.yml @@ -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' required: false default: false - passsword: + password: description: "SSH passsword,If a password is set, the secret key pair is ignored" required: false