1
0
mirror of https://gitea.com/actions/cache.git synced 2025-02-24 04:30:45 +07:00
This commit is contained in:
Sankalp Kotewar 2022-11-29 09:39:21 +00:00 committed by GitHub
parent fb4a5dce60
commit ab0e7714ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -49108,7 +49108,7 @@ function run() {
}
});
}
run();
// run();
exports.default = run;

View File

@ -49045,7 +49045,7 @@ function run() {
}
});
}
run();
// run();
exports.default = run;

View File

@ -76,6 +76,6 @@ async function run(): Promise<void> {
}
}
run();
// run();
export default run;