Skip to content

Commit aa3e624

Browse files
author
markzegarelli
committed
sudo it
1 parent 407367f commit aa3e624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545
- name: "exclude non-400 errors"
4646
run: |
47-
sudo cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out2.md
47+
sudo grep -v "error sending request" ./lychee/out.md > ./lychee/out2.md
4848
- name: Create Issue From File
4949
uses: peter-evans/create-issue-from-file@v3
5050
with:

0 commit comments

Comments
 (0)