summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/ensure-post-steps/action-post/post.js
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/ensure-post-steps/action-post/post.js')
-rw-r--r--pkg/runner/testdata/ensure-post-steps/action-post/post.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/runner/testdata/ensure-post-steps/action-post/post.js b/pkg/runner/testdata/ensure-post-steps/action-post/post.js
new file mode 100644
index 0000000..815c724
--- /dev/null
+++ b/pkg/runner/testdata/ensure-post-steps/action-post/post.js
@@ -0,0 +1,3 @@
+if (process.env["INPUT_FAIL"] === "true") {
+ process.exit(1);
+}