Skip to content

Commit

Permalink
chore: Add web_agent_string input to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Aug 8, 2024
1 parent 33bbb54 commit 61e1779
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/60.0.3112.113 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 61e1779

Please sign in to comment.