mirror of
https://github.com/actions/cache.git
synced 2026-02-14 22:20:33 +00:00
test
This commit is contained in:
7
src/restore-step.ts
Normal file
7
src/restore-step.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import restore from "./restore";
|
||||
|
||||
async function runRestoreStep(): Promise<void> {
|
||||
await restore();
|
||||
}
|
||||
|
||||
runRestoreStep();
|
||||
Reference in New Issue
Block a user