From d27f8356752b72acd871a88f095d20c4d5db3f46 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Thu, 14 Nov 2019 23:25:27 -0500 Subject: [PATCH] fix: change name in action.yml --- README.md | 2 ++ action.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48e35fb..ec29285 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # npm-install > GitHub Action for install npm dependencies with caching without any configuration + +See [bahmutov/npm-install-action-example](https://github.com/bahmutov/npm-install-action-example). diff --git a/action.yml b/action.yml index 9b0e5b5..bf71b86 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions -name: 'npm-install' +name: 'NPM install' description: 'Install npm dependencies with caching' author: 'Gleb Bahmutov' runs: