From d27bc56d6715bf2f119c6cd6a060bbb59b7f93da Mon Sep 17 00:00:00 2001 From: Jan Gazda <7480694+1oglop1@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:19:56 +0200 Subject: [PATCH] fix: wrong regex in description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d2e274ec..f7126bdc 100644 --- a/action.yml +++ b/action.yml @@ -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: |