Skip to content

Commit

Permalink
Update action version number in README.md (#23)
Browse files Browse the repository at this point in the history
When using just @v2 the action results in an error: Unable to resolve action `nizarmah/auto-minify@v2`, unable to find version `v2`
  • Loading branch information
ronan-smith authored Sep 16, 2021
1 parent 6544ebd commit 7028a7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/auto-minify@v2
uses: nizarmah/auto-minify@v2.1
# Auto commits minified files to the repository
# Ignore it if you don't want to commit the files to the repository
Expand All @@ -45,7 +45,7 @@ steps:
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/auto-minify@v2
uses: nizarmah/auto-minify@v2.1
with:
overwrite: true
Expand All @@ -66,7 +66,7 @@ steps:
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/auto-minify@v2
uses: nizarmah/auto-minify@v2.1
with:
maxdepth: 1
Expand All @@ -87,7 +87,7 @@ steps:
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/auto-minify@v2
uses: nizarmah/auto-minify@v2.1
with:
directory: 'js'
Expand All @@ -111,7 +111,7 @@ steps:
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/auto-minify@v2
uses: nizarmah/auto-minify@v2.1
with:
directory: 'js'
output: 'mini_js'
Expand Down

0 comments on commit 7028a7a

Please sign in to comment.