Skip to content

Commit

Permalink
Set user-agent for link check
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Apr 15, 2022
1 parent 230b30c commit 3efe03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Link Checker
uses: ./ # Uses an action in the root directory
with:
args: --verbose --no-progress './**/*.md' './**/*.html'
args: --user-agent "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0" --verbose --no-progress './**/*.md' './**/*.html'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 3efe03d

Please sign in to comment.