build success
parent
7ff10b129d
commit
c1c463274c
|
|
@ -76,7 +76,7 @@ function isGhes(): boolean {
|
||||||
function resolveVersionInput(): string {
|
function resolveVersionInput(): string {
|
||||||
let version = core.getInput('node-version') || core.getInput('version');
|
let version = core.getInput('node-version') || core.getInput('version');
|
||||||
const versionFileInput = core.getInput('node-version-file');
|
const versionFileInput = core.getInput('node-version-file');
|
||||||
|
|
||||||
if (version && versionFileInput) {
|
if (version && versionFileInput) {
|
||||||
core.warning('Both node-version and node-version-file are specified');
|
core.warning('Both node-version and node-version-file are specified');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue