waiting on newest version that contains workflow_dispatch.

This commit is contained in:
Joseph Hanson 2024-07-03 01:11:09 -05:00
parent cab83f387f
commit f345c40a9d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,12 +1,12 @@
on:
workflow_dispatch:
inputs:
dryRun:
description: Dry Run
default: "false"
required: false
schedule:
- cron: '*/30 * * * *'
# workflow_dispatch:
# inputs:
# dryRun:
# description: Dry Run
# default: "false"
# required: false
env:
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
jobs: