mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-10 12:32:17 +02:00
updated ftp-deploy with dryrun patch
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -1991,7 +1991,7 @@ function createFolder(client, folderPath, logger, timings, dryRun) {
|
||||
var _a;
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
logger.all(`creating folder "${folderPath + "/"}"`);
|
||||
if (dryRun === false) {
|
||||
if (dryRun === true) {
|
||||
return;
|
||||
}
|
||||
const path = getFileBreadcrumbs(folderPath + "/");
|
||||
|
||||
Reference in New Issue
Block a user