build success

This commit is contained in:
Hargun Kaur 2021-11-02 16:39:19 +00:00 committed by GitHub
parent 7ff10b129d
commit c1c463274c

View file

@ -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');
}