mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-22 03:53:05 +00:00
Use more descriptive user agent
This commit is contained in:
parent
6b71ee6062
commit
b779494900
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
- cron: "23 20 * * 4"
|
||||
|
||||
env:
|
||||
USER_AGENT: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36"
|
||||
USER_AGENT: "linux:lychee-action:@master (by /u/mre__)"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue