Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 21, 2023
1 parent 9226b2e commit 7112a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Prepare url file
run: |
git diff -c origin/main -- server/kb_urls.csv | grep "+https" | cut -d ',' -f1 | sed 's/ +//g' >kb_urls.txt
git diff -c main -- server/kb_urls.csv | grep "+https" | cut -d ',' -f1 | sed 's/ +//g' >kb_urls.txt
cat kb_urls.txt
- name: Link Checker
uses: lycheeverse/lychee-action@v1
Expand Down

0 comments on commit 7112a51

Please sign in to comment.