Skip to content

Commit

Permalink
fix readme (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Aug 10, 2022
1 parent 6bbdba0 commit d54f290
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 @@ -33,7 +33,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.5.0
uses: lycheeverse/lychee-action@v1.5.1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.0
uses: lycheeverse/lychee-action@v1.5.1
with:
fail: true
env:
Expand Down Expand Up @@ -97,7 +97,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.0
uses: lycheeverse/lychee-action@v1.5.1
with:
# Check all markdown and html files in repo (default)
args: --verbose --no-progress './**/*.md' './**/*.html'
Expand Down

0 comments on commit d54f290

Please sign in to comment.