experimenting

pull/1009/head
Sankalp Kotewar 2 years ago committed by GitHub
parent dddd7ce07c
commit 888d454557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save