mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-16 00:43:07 +00:00
3364f95569
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.
4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
if (process.env["INPUT_FAIL"] === "true") {
|
|
process.exit(1);
|
|
}
|