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 407367f commit aa3e624Copy full SHA for aa3e624
.github/workflows/check-links.yml
@@ -44,7 +44,7 @@ jobs:
44
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
45
- name: "exclude non-400 errors"
46
run: |
47
- sudo cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out2.md
+ sudo grep -v "error sending request" ./lychee/out.md > ./lychee/out2.md
48
- name: Create Issue From File
49
uses: peter-evans/create-issue-from-file@v3
50
with:
0 commit comments