Impl separated
This commit is contained in:
@@ -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) != "") {
|
||||
|
||||
Reference in New Issue
Block a user