waiting on newest version that contains workflow_dispatch.
This commit is contained in:
parent
cab83f387f
commit
f345c40a9d
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
dryRun:
|
|
||||||
description: Dry Run
|
|
||||||
default: "false"
|
|
||||||
required: false
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/30 * * * *'
|
- cron: '*/30 * * * *'
|
||||||
|
# workflow_dispatch:
|
||||||
|
# inputs:
|
||||||
|
# dryRun:
|
||||||
|
# description: Dry Run
|
||||||
|
# default: "false"
|
||||||
|
# required: false
|
||||||
env:
|
env:
|
||||||
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue