Skip to content

Commit

Permalink
Fix three typos in README (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri authored Feb 23, 2023
1 parent 9ace499 commit c909550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@vv1.6.1
uses: lycheeverse/lychee-action@v1.6.1
with:
fail: true
env:
Expand Down Expand Up @@ -100,7 +100,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@vv1.6.1
uses: lycheeverse/lychee-action@v1.6.1
with:
# Check all markdown and html files in repo (default)
args: --verbose --no-progress './**/*.md' './**/*.html'
Expand All @@ -125,7 +125,7 @@ In order to mitigate issues regarding rate limiting or to reduce stress on exter
restore-keys: cache-lychee-
- name: Run lychee
uses: lycheeverse/lychee-action@vv1.6.1
uses: lycheeverse/lychee-action@v1.6.1
with:
args: "--cache --max-cache-age 1d"
```
Expand Down

0 comments on commit c909550

Please sign in to comment.