mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-15 06:25:05 +00:00
feat: add deployed output variable
This commit is contained in:
parent
1cffb780cf
commit
a6c76ad482
1602
dist/index.js
vendored
1602
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -22,9 +22,11 @@ async function runDeployment() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
await deploy(args);
|
await deploy(args);
|
||||||
|
core.setOutput('deployed', 'true');
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
core.setFailed(error);
|
core.setFailed(error);
|
||||||
|
core.setOutput('deployed', 'false');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user