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:
|
||||
inputs:
|
||||
dryRun:
|
||||
default: false
|
||||
description: Dry Run
|
||||
default: "false"
|
||||
required: false
|
||||
type: boolean
|
||||
env:
|
||||
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue