From 52b6073289bc8f9b7045f71bfbaab294533908ad Mon Sep 17 00:00:00 2001 From: 2ue Date: Mon, 29 Apr 2024 13:43:29 +0800 Subject: [PATCH] update --- main/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.js b/main/main.js index ef2a61f..e8dd41d 100644 --- a/main/main.js +++ b/main/main.js @@ -1,7 +1,7 @@ const SSH2SftpClient = require('ssh2-sftp-client') const core = require('@actions/core') -export async function run() { +async function run() { const sftp = new SSH2SftpClient() const host = core.getInput('host', { required: true }) const port = core.getInput('port') || 22