Thanks to visit codestin.com Credit goes to github.com
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 5ecaf47 commit fa05a24Copy full SHA for fa05a24
.github/workflows/check-links.yml
@@ -42,9 +42,9 @@ jobs:
42
args: --verbose --no-progress **/*.html -a 429 -c ./lychee.toml
43
env:
44
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
45
- - name: "exclude non-400 errors"
46
- run: |
47
- cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out.md
+ # - name: "exclude non-400 errors"
+ # run: |
+ # cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out.md
48
- name: Create Issue From File
49
uses: peter-evans/create-issue-from-file@v3
50
with:
0 commit comments