Skip to content

Commit

Permalink
update user agent version in action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Feb 21, 2025
1 parent 042ab7d commit f06f0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inputs:
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'
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 f06f0c5

Please sign in to comment.