Skip to content

Commit

Permalink
Merge branch 'main' into rm-res-merge-conflic-err
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Feb 5, 2024
2 parents cd62d36 + f4e1e04 commit 2f74074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links-fail-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.2
uses: lycheeverse/lychee-action@v1.9.3
with:
fail: true
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.2
uses: lycheeverse/lychee-action@v1.9.3

- name: Create Issue From File
if: steps.lychee.outputs.exit_code != 0
Expand Down

0 comments on commit 2f74074

Please sign in to comment.