mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
fix: wrong regex in description
This commit is contained in:
parent
04eaa9dca6
commit
d27bc56d67
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue