mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
This fixes an issue in the chain of post steps introduced while updating the step-logger for composite actions. It includes a test case so we make sure this does not happen again.
3 lines
65 B
JavaScript
3 lines
65 B
JavaScript
if (process.env["INPUT_FAIL"] === "true") {
|
|
process.exit(1);
|
|
}
|