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