File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,21 +20,24 @@ jobs:
2020 - name : Link Checker
2121 id : lychee
2222 uses : lycheeverse/lychee-action@v2
23-
23+
2424 with :
2525 # This token is included to avoid github.com requests rate limiting
2626 token : ${{ secrets.TOKEN_GITHUB }}
2727 fail : false
2828 args : >
2929 ./doc/sphinx/**/*.rst
30- --verbose --max-concurrency 1 --no-progress
30+ --verbose warn --max-concurrency 1 --no-progress
3131 --accept '100..=103,200..=399, 429'
3232 --exclude https://doi.org/
33+
34+ - name : Set current date
35+ run : echo "REPORT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
3336
3437 - name : Create Issue From File
3538 if : steps.lychee.outputs.exit_code != 0
3639 uses : peter-evans/create-issue-from-file@v5
3740 with :
38- title : Link Checker Report
41+ title : " Link Checker Report - ${{ env.REPORT_DATE }} "
3942 content-filepath : ./lychee/out.md
4043 labels : documentation, github_actions
You can’t perform that action at this time.
0 commit comments