mirror of
https://github.com/actions/cache.git
synced 2026-02-14 14:10:33 +00:00
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
import restore from "./restore";
|
|
|
|
async function runRestoreStep(): Promise<void> {
|
|
await restore();
|
|
}
|
|
|
|
runRestoreStep();
|