1
0
mirror of https://github.com/actions/cache.git synced 2025-10-23 08:56:26 +08:00
This commit is contained in:
Sankalp Kotewar
2022-11-29 09:51:53 +00:00
committed by GitHub
parent ab0e7714ce
commit af1210e2a3
6 changed files with 105 additions and 75 deletions

View File

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