we can finally use workflow dispatch :)
Some checks failed
/ Renovate (push) Has been cancelled

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

View file

@ -4,14 +4,14 @@ on:
push:
branches: ["main"]
paths: [".forgejo/workflows/renovate.yaml"]
# workflow_dispatch:
# inputs:
# dryRun:
# description: Dry Run
# default: "false"
# required: false
# env:
# RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
workflow_dispatch:
inputs:
dryRun:
description: Dry Run
default: "false"
required: false
env:
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
jobs:
renovate:
name: Renovate