mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: fix linting (#751)
This commit is contained in:
parent
67ba9403a1
commit
7e087b03e0
6 changed files with 12 additions and 16 deletions
|
|
@ -8,7 +8,8 @@ interface EnvironmentVariable {
|
|||
|
||||
class Input {
|
||||
readonly options = {
|
||||
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$/,
|
||||
envRegex:
|
||||
/^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$/,
|
||||
configurationFile: {
|
||||
input: 'configurationFile',
|
||||
env: 'RENOVATE_CONFIG_FILE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue