Skip to content

Commit

Permalink
fix: Set action name as HTML/CSS/JS Minifier
Browse files Browse the repository at this point in the history
  • Loading branch information
devatherock committed Feb 7, 2021
1 parent ec94bee commit 9bb85e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Please refer [action.yml](action.yml) for parameters.

```yaml
steps:
- name: minify
- name: HTML/CSS/JS Minifier
uses: devatherock/[email protected]
with:
directory: 'src' # Optional
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'minify'
name: 'HTML/CSS/JS Minifier'
description: 'Github action to minify html, javascript and css files'

inputs:
Expand Down

0 comments on commit 9bb85e9

Please sign in to comment.