Skip to content

Commit 2c7dd48

Browse files
author
Nick Marazzo
committed
Update sftp.js
1 parent 90e0148 commit 2c7dd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sftp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let options = {
2121
excludeMode: JSON.parse(core.getInput('excludeMode')), // Behavior for excluded files ('remove' or 'ignore'), Default to 'remove'.
2222
forceUpload: JSON.parse(core.getInput('forceUpload')), // Force uploading all files, Default to false(upload only newer files).
2323
exclude: JSON.parse(core.getInput('exclude')), // exclude patterns (glob)
24-
concurrency: JSON.parse(core.getInput('exclude'))
24+
concurrency: JSON.parse(core.getInput('concurrency'))
2525
};
2626

2727
console.log('sftp options:', options)

0 commit comments

Comments
 (0)