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() +©