From 714c83b2736d7e308bc33c49057952490eb98be2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 20 Oct 2024 23:07:42 +0200 Subject: Adding upstream version 1.21.4. Signed-off-by: Daniel Baumann --- .../testdata/actions-environment-and-context-tests/js/action.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml (limited to 'pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml') 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' -- cgit v1.2.3