This commit is contained in:
Sankalp Kotewar 2022-11-29 09:06:10 +00:00 committed by GitHub
parent 888d454557
commit 71334c58b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -36773,9 +36773,9 @@ function runRestoreAction() {
}); });
} }
core.info("before runRestoreAction"); core.info("before runRestoreAction");
// runRestoreAction(); runRestoreAction();
core.info("after runRestoreAction"); core.info("after runRestoreAction");
exports.default = runRestoreAction; // export default runRestoreAction;
core.info("after export default runRestoreAction"); core.info("after export default runRestoreAction");

View File

@ -20,9 +20,9 @@ async function runRestoreAction(): Promise<void> {
} }
core.info("before runRestoreAction"); core.info("before runRestoreAction");
// runRestoreAction(); runRestoreAction();
core.info("after runRestoreAction"); core.info("after runRestoreAction");
export default runRestoreAction; // export default runRestoreAction;
core.info("after export default runRestoreAction"); core.info("after export default runRestoreAction");