Skip to content

Commit fa05a24

Browse files
author
markzegarelli
committed
remove grep
1 parent 5ecaf47 commit fa05a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
args: --verbose --no-progress **/*.html -a 429 -c ./lychee.toml
4343
env:
4444
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
45+
# - name: "exclude non-400 errors"
46+
# run: |
47+
# cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out.md
4848
- name: Create Issue From File
4949
uses: peter-evans/create-issue-from-file@v3
5050
with:

0 commit comments

Comments
 (0)