Skip to content

Commit e2e5f78

Browse files
committed
fix: Named the github action as minify-js, to be unique
1 parent ebc749a commit e2e5f78

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-JS Action
6+
- name: minify-js
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-JS Action'
1+
name: 'minify-js'
22
description: 'Github action to minify html, javascript and css files'
33

44
inputs:

0 commit comments

Comments
 (0)