From 3e40dd26f4b7bbe5007bbba4957f027ef1bc1858 Mon Sep 17 00:00:00 2001 From: Babesss <87218457+Babesss@users.noreply.github.com> Date: Sat, 10 Jul 2021 02:46:54 -0400 Subject: [PATCH] Create Action.yml --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 213dc9d2..a932fac9 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,4 @@ + name: 'Setup Node.js environment' description: 'Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH' author: 'GitHub' @@ -31,4 +32,5 @@ runs: using: 'node12' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' - post-if: success() \ No newline at end of file + post-if: success() +©