summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml')
-rw-r--r--pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml b/pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml
new file mode 100644
index 0000000..c29a6df
--- /dev/null
+++ b/pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml
@@ -0,0 +1,5 @@
+name: 'Test'
+description: 'Test'
+runs:
+ using: 'node12'
+ main: 'index.js'