Skip to content

Commit

Permalink
Fix: Updated README.md to add Checkout Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nizarmah committed Mar 7, 2020
1 parent 718b532 commit d1b7788
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Minifies JS and CSS files with UglifyJS and CleanCSS

```
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
- uses: actions/checkout@v2
- name: Auto Minify
uses: actions/auto-minify@v1
```
Expand All @@ -23,6 +26,9 @@ steps:

```
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
- uses: actions/checkout@v2
- name: Auto Minify
uses: actions/auto-minify@v1
with:
Expand All @@ -33,6 +39,9 @@ steps:

```
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
- uses: actions/checkout@v2
- name: Auto Minify
uses: actions/auto-minify@v1
with:
Expand Down

0 comments on commit d1b7788

Please sign in to comment.