add type
All checks were successful
/ Renovate (push) Successful in 5m50s

This commit is contained in:
Joseph Hanson 2024-10-11 09:49:51 -05:00
parent 57b990297a
commit e8a0e11647
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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: