From c1c463274c9568cfed86b2b6f9b2bdec70f556c6 Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:39:19 +0000 Subject: [PATCH] build success --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 2c6ee8bd..81923fac 100644 --- a/src/main.ts +++ b/src/main.ts @@ -76,7 +76,7 @@ function isGhes(): boolean { function resolveVersionInput(): string { let version = core.getInput('node-version') || core.getInput('version'); const versionFileInput = core.getInput('node-version-file'); - + if (version && versionFileInput) { core.warning('Both node-version and node-version-file are specified'); }