Skip to content

Commit

Permalink
Patch workflow name and other small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Aug 21, 2023
1 parent 3ff7ccc commit 6b5c3f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/url-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ name: Check URL Status
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 0
- cron: 0 0 * * 0 # run at midnight every Sunday

env:
LINK_TRACKING_ISSUE_NUMBER: 322
LYCHEE_REPORT_FILE: ./lychee/out.md

permissions:
issues: write

jobs:
linkChecker:
check-urls:
env:
LYCHEE_REPORT_FILE: ./lychee/out.md
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6b5c3f7

Please sign in to comment.