We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d1e09 commit ec578e4Copy full SHA for ec578e4
.github/workflows/check-links.yml
@@ -37,10 +37,10 @@ jobs:
37
id: lychee
38
uses: lycheeverse/[email protected]
39
with:
40
+ output: /tmp/lychee-out.md
41
# 429: Too many requests
42
args: >
43
--accept 429
- --exclude-mail
44
--exclude "^https://doi.org/10.5281/zenodo$"
45
--exclude "^https://zenodo.org/badge/DOI/$"
46
--exclude "^https://zenodo.org/badge/DOI/10.5281/zenodo$"
@@ -71,6 +71,6 @@ jobs:
71
run: |
72
cd repository/
73
title="Link Checker Report on ${{ steps.date.outputs.date }}"
74
- gh issue create --title "$title" --body-file ./lychee/out.md
+ gh issue create --title "$title" --body-file /tmp/lychee-out.md
75
env:
76
GH_TOKEN: ${{ github.token }}
0 commit comments