fix: wrong regex in description

This commit is contained in:
Jan Gazda 2024-10-03 12:19:56 +02:00 committed by GitHub
parent 04eaa9dca6
commit d27bc56d67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ inputs:
env-regex: env-regex:
description: | description: |
Override the environment variables which will be passsed into the renovate container. 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 required: false
renovate-version: renovate-version:
description: | description: |