Skip to content

Commit 9bb85e9

Browse files
committed
fix: Set action name as HTML/CSS/JS Minifier
1 parent ec94bee commit 9bb85e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Please refer [action.yml](action.yml) for parameters.
33

44
```yaml
55
steps:
6-
- name: minify
6+
- name: HTML/CSS/JS Minifier
77
uses: devatherock/minify-js@v1.0.1
88
with:
99
directory: 'src' # Optional

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'minify'
1+
name: 'HTML/CSS/JS Minifier'
22
description: 'Github action to minify html, javascript and css files'
33

44
inputs:

0 commit comments

Comments
 (0)