This commit is contained in:
parent
acc7ccf15d
commit
57b990297a
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue