1
0
mirror of https://gitea.com/actions/cache.git synced 2025-02-24 12:40:45 +07:00

experimenting

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

View File

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

View File

@ -20,7 +20,7 @@ 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;