There was an error while loading. Please reload this page.
1 parent 94212d1 commit 5049838Copy full SHA for 5049838
1 file changed
src/index.ts
@@ -4,7 +4,7 @@ import * as core from "@actions/core";
4
import * as install from "./install";
5
6
//function resolving whether to install dependencies based on the input and runner type
7
-function resolveInstallDependencies(input: string): boolean {
+export function resolveInstallDependencies(input: string): boolean {
8
if (input.toLowerCase() === 'true') {
9
core.info(`install-system-dependencies explicitly set to true`);
10
return true;
0 commit comments