Skip to content

Commit

Permalink
remove log config
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyucode committed Aug 21, 2022
1 parent bd88b56 commit 8cd8d58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
privateKey: ${{ secrets.SERVER_KEY }}
localDir: './test'
remoteDir: '/root/test/'
dryRun: true
dryRun: false

2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32541,8 +32541,6 @@ const options = {
forceUpload: JSON.parse(core.getInput('forceUpload')) // Force uploading all files, Default to false(upload only newer files).
};

console.log('config->', config, options);

new Deployer(config, options)
.sync()
.then(() => console.log('sftp upload success!'));
Expand Down
2 changes: 0 additions & 2 deletions sftp.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ const options = {
forceUpload: JSON.parse(core.getInput('forceUpload')) // Force uploading all files, Default to false(upload only newer files).
};

console.log('config->', config, options);

new Deployer(config, options)
.sync()
.then(() => console.log('sftp upload success!'));
Expand Down

0 comments on commit 8cd8d58

Please sign in to comment.