docs: fix typo in default env-regex

This commit is contained in:
Jan Gazda 2024-10-03 22:48:51 +02:00
parent 6846c99c9d
commit 162a45471f
No known key found for this signature in database
GPG key ID: 9637E36DAE206061

View file

@ -19,7 +19,7 @@ inputs:
env-regex:
description: |
Override the environment variables which will be passsed into the renovate container.
Defaults to `^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$`
Defaults to `^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$`
required: false
renovate-version:
description: |