4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
![]() |
if (process.env["INPUT_FAIL"] === "true") {
|
||
|
process.exit(1);
|
||
|
}
|