1
0
mirror of https://gitea.com/gitea/act synced 2025-07-24 04:20:38 +00:00
Files
Markus Wolf 3364f95569 fix: ensure all post steps are executed (#1286)
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.
2022-07-29 19:43:24 +00:00

4 lines
65 B
JavaScript

if (process.env["INPUT_FAIL"] === "true") {
process.exit(1);
}