Skip to content

Commit

Permalink
Merge pull request #47 from moPsy-project/linkchecker
Browse files Browse the repository at this point in the history
Tweak Link Checker Action
  • Loading branch information
penguineer authored Jul 26, 2024
2 parents a96b1da + 63cb21c commit 104bcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
- cron: "0 6 * * 5"

jobs:
linkChecker:
Expand All @@ -16,7 +16,7 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose https://www.mopsy-music.de
args: --verbose https://www.mopsy-music.de --exclude "https://www.patreon.com/penguineer"

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down

0 comments on commit 104bcc3

Please sign in to comment.