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 804b6b2 commit d0a9099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
fetch-depth: 0
- name: Prepare url file
run: |
git diff -c main -- server/kb_urls.csv | grep "+https" | cut -d ',' -f1 | sed 's/ +//g' >kb_urls.txt
git branch
git log
git diff -c origin/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 d0a9099

Please sign in to comment.