pull/1358/head 2024-02-16
John Doe 2024-02-16 09:51:39 +08:00
parent c80a02f385
commit 9d25e7d0a9
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F
1 changed files with 8 additions and 8 deletions

View File

@ -2,14 +2,6 @@ name: Repo Dispatcher
on:
workflow_dispatch:
inputs:
package_clean:
type: choice
description: 'check to make clean package'
options:
- true
- false
default: 'true'
required: true
debug:
type: choice
description: 'debug?'
@ -18,6 +10,14 @@ on:
- false
default: 'false'
required: true
package_clean:
type: choice
description: 'check to make clean package'
options:
- true
- false
default: 'true'
required: true
jobs:
build: