We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f523483 commit 042ab7dCopy full SHA for 042ab7d
action.yml
@@ -31,6 +31,10 @@ inputs:
31
description: 'Comma separated list of URL substrings to ignore'
32
required: false
33
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'
38
verbose:
39
description: 'Set logging verbosity level: true/false/yes/no/on/off/debug/info/warning/error/critical'
40
0 commit comments