summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/action.yml')
-rw-r--r--pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/action.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/action.yml b/pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/action.yml
new file mode 100644
index 0000000..63be798
--- /dev/null
+++ b/pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/action.yml
@@ -0,0 +1,13 @@
+name: "Action with pre and post"
+description: "Action with pre and post"
+
+inputs:
+ step:
+ description: "step"
+ required: true
+
+runs:
+ using: "node16"
+ pre: pre.js
+ main: main.js
+ post: post.js