Skip to content

Commit

Permalink
linkChecker: use the correct ref of the lychee-action GitHub Action
Browse files Browse the repository at this point in the history
In #75, the
ref was changed from `master` to `1`. However, that tag does not exist
in https://github.com/lycheeverse/lychee-action/tags.

As a consequence, there has not been a single successful run of
https://github.com/lycheeverse/lycheeverse.github.io/actions/workflows/links.yml
since April 30th.

Let's fix this by using the correct ref, the one that was most likely
intended: https://github.com/lycheeverse/lychee-action/releases/tag/v1

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho authored and mre committed Jun 11, 2024
1 parent bb95df1 commit 65a2156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
package-manager: pnpm@latest

- name: Link Checker
uses: lycheeverse/lychee-action@1
uses: lycheeverse/lychee-action@v1
with:
args: --base dist --exclude-all-private dist
fail: True
Expand Down

0 comments on commit 65a2156

Please sign in to comment.