feat: 复制自上游,Update app version 手动执行

This commit is contained in:
okxlin 2023-08-13 16:53:20 +08:00 committed by GitHub
parent 58846d8caf
commit 78b5a08985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,15 @@
name: Update app version in Renovate Branches
on:
schedule:
- cron: "0 0 * * *"
push:
branches: [ 'renovate/*' ]
workflow_dispatch:
inputs:
manual-trigger:
description: 'Manually trigger Renovate'
default: ''
jobs:
update-app-version: