Skip to content

Commit

Permalink
Add user agent to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Dec 18, 2023
1 parent 0305673 commit afb345f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
TARGET_FOLDER: /home/.local/bin
run: |
${TARGET_FOLDER}/muffet --rate-limit 4 -t 60 -b 16384 --skip-tls-verification \
--header "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0" \
-e "\.(mkv|mp4|mpg|pdf)$" \
-e "#" \
-e "cdlib\.org" \
Expand Down

0 comments on commit afb345f

Please sign in to comment.