feat: Update app version 手动执行 (#286)

This commit is contained in:
zhengkunwang 2023-08-01 16:17:38 +08:00 committed by GitHub
parent 0847c65d9b
commit d7cd652185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,11 @@ on:
- cron: "0 0 * * *"
push:
branches: [ 'renovate/*' ]
workflow_dispatch:
inputs:
manual-trigger:
description: 'Manually trigger Renovate'
default: ''
jobs:
update-app-version: