mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-09-11 04:07:46 +02:00
fix(ci): remove --exclude-mail flag removed in lychee v0.23.0
lychee v0.23.0 dropped --exclude-mail; mail links are now excluded by default. Keeping the flag causes exit code 2 and breaks every CI run. Fixes THE-85. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -82,7 +82,6 @@ jobs:
|
||||
--timeout 20
|
||||
--max-retries 2
|
||||
--retry-wait-time 5
|
||||
--exclude-mail
|
||||
--accept 200,201,204,206,301,302,307,308,403,429
|
||||
urls.txt
|
||||
fail: true
|
||||
|
||||
Reference in New Issue
Block a user