Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2ue committed Apr 29, 2024
1 parent 3828249 commit 52b6073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 52b6073

Please sign in to comment.