This commit is contained in:
parent
57b990297a
commit
e8a0e11647
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
dryRun:
|
dryRun:
|
||||||
|
default: false
|
||||||
description: Dry Run
|
description: Dry Run
|
||||||
default: "false"
|
|
||||||
required: false
|
required: false
|
||||||
|
type: boolean
|
||||||
env:
|
env:
|
||||||
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue