Skip to content

Commit

Permalink
Update sftp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nickMarz committed Apr 22, 2021
1 parent 90e0148 commit 2c7dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sftp.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let options = {
excludeMode: JSON.parse(core.getInput('excludeMode')), // Behavior for excluded files ('remove' or 'ignore'), Default to 'remove'.
forceUpload: JSON.parse(core.getInput('forceUpload')), // Force uploading all files, Default to false(upload only newer files).
exclude: JSON.parse(core.getInput('exclude')), // exclude patterns (glob)
concurrency: JSON.parse(core.getInput('exclude'))
concurrency: JSON.parse(core.getInput('concurrency'))
};

console.log('sftp options:', options)
Expand Down

0 comments on commit 2c7dd48

Please sign in to comment.