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: push:
branches: ["main"] branches: ["main"]
paths: [".forgejo/workflows/renovate.yaml"] paths: [".forgejo/workflows/renovate.yaml"]
# 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:
renovate: renovate:
name: Renovate name: Renovate