implement manual workflow trigger

This commit is contained in:
Joseph Hanson 2024-07-03 00:47:02 -05:00
parent 5152974d5d
commit cab83f387f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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