We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b0c75 commit dc26938Copy full SHA for dc26938
action.js
@@ -8,6 +8,7 @@ async function run () {
8
9
if (platform && !['linux', 'win', 'osx'].includes(platform)) {
10
core.setFailed(`platform ${platform} is not valid. Please use linux, win or osx.`)
11
+ return
12
}
13
14
core.info(`Checking Node.js version ${nodeVersion} with platform ${platform}...`)
0 commit comments