mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
feat: allow override env regex (#692)
This commit is contained in:
parent
5f40203468
commit
62d65f0924
3 changed files with 32 additions and 1 deletions
|
|
@ -21,6 +21,11 @@ inputs:
|
|||
Use a lightweight renovate container without any third-party binaries.
|
||||
Defaults to true if not set.
|
||||
required: false
|
||||
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)$`
|
||||
required: false
|
||||
runs:
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue