try workflow dispatch again
This commit is contained in:
parent
0529706565
commit
59f70e50c0
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/30 * * * *'
|
- cron: '*/30 * * * *'
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
# inputs:
|
inputs:
|
||||||
# dryRun:
|
dryRun:
|
||||||
# description: Dry Run
|
description: Dry Run
|
||||||
# default: "false"
|
default: "false"
|
||||||
# required: 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