summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/ensure-post-steps/action-post/post.js
blob: 815c72447f1b833be518db98cb1066bb3aa9eac0 (plain)
1
2
3
if (process.env["INPUT_FAIL"] === "true") {
  process.exit(1);
}