mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-13 02:59:11 +08:00
commit
3c2fe8c592
@ -9,7 +9,7 @@ export async function install(inputs: Inputs) {
|
|||||||
const status = await runSelfInstaller(inputs)
|
const status = await runSelfInstaller(inputs)
|
||||||
endGroup()
|
endGroup()
|
||||||
if (status) {
|
if (status) {
|
||||||
return setFailed(`Something does wrong, self-installer exits with code ${status}`)
|
return setFailed(`Something went wrong, self-installer exits with code ${status}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user