Skip to content

Commit 042ab7d

Browse files
committed
chore: Add web_agent_string input to action.yml
1 parent f523483 commit 042ab7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ inputs:
3131
description: 'Comma separated list of URL substrings to ignore'
3232
required: false
3333
default: ''
34+
web_agent_string:
35+
description: 'The string to use for the web agent when crawling pages.'
36+
required: false
37+
default: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'
3438
verbose:
3539
description: 'Set logging verbosity level: true/false/yes/no/on/off/debug/info/warning/error/critical'
3640
required: false

0 commit comments

Comments
 (0)