Skip to content

Commit

Permalink
fix: change name in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Nov 15, 2019
1 parent 5881097 commit d27f835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d27f835

Please sign in to comment.