Skip to content

Commit ec94bee

Browse files
committed
fix: Changing action name to minify to see if that's available
1 parent e2e5f78 commit ec94bee

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

44
inputs:

0 commit comments

Comments
 (0)