Impl separated

This commit is contained in:
Sankalp Kotewar
2022-11-29 09:55:41 +00:00
committed by GitHub
parent af1210e2a3
commit f8717682fb
7 changed files with 303 additions and 303 deletions

View File

@@ -1,7 +1,7 @@
import * as core from "@actions/core";
import { Inputs } from "../constants";
import restore from "../restore";
import restore from "../restoreImpl";
async function runRestoreAction(): Promise<void> {
if (core.getInput(Inputs.SaveOnAnyFailure) != "") {