Skip to content

Commit

Permalink
Merge pull request #98 from ScholliYT/fix/web_agent_string_not_accepted
Browse files Browse the repository at this point in the history
chore: Add web_agent_string input to action.yml

Closes #94
  • Loading branch information
ScholliYT authored Feb 21, 2025
2 parents f523483 + f06f0c5 commit 1a228ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ inputs:
description: 'Comma separated list of URL substrings to ignore'
required: false
default: ''
web_agent_string:
description: 'The string to use for the web agent when crawling pages.'
required: false
default: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'
verbose:
description: 'Set logging verbosity level: true/false/yes/no/on/off/debug/info/warning/error/critical'
required: false
Expand Down

0 comments on commit 1a228ac

Please sign in to comment.