We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web_agent_string
yaml entry of,
web_agent_string: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'
results in,
Warning: Unexpected input(s) 'web_agent_string', valid inputs are ['entryPoint', 'args', 'website_url', 'include_url_prefix', 'exclude_url_prefix', 'include_url_suffix', 'exclude_url_suffix', 'include_url_contained', 'exclude_url_contained', 'verbose', 'max_retry_time', 'max_retries', 'max_depth', 'always_get_onsite', 'connect_limit_per_host', 'timeout', 'search_attrs', 'resolve_before_filtering']
so despite the documentation, this input is neither accepted nor processed
The text was updated successfully, but these errors were encountered:
DEMO: https://github.com/TAbdiukov/CCSP-Mnemonics/actions/runs/10302033361
Sorry, something went wrong.
Hi @TAbdiukov, Thank you for the bug report. Good catch!
It looks like the entry is missing in the action.yml
Could you test if the PR works for you?
Thanks for your swift response! Much appreciated.
I'll try to test it shortly
yep, it works! Demo https://github.com/TAbdiukov/CCSP-Mnemonics/actions/runs/10321800668/job/28575532278
No branches or pull requests
yaml entry of,
results in,
so despite the documentation, this input is neither accepted nor processed
The text was updated successfully, but these errors were encountered: