mirror of
https://github.com/11notes/docker-kms.git
synced 2025-11-02 04:53:15 +00:00
dispatch failed
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -181,5 +181,4 @@ jobs:
|
||||
if: ${{ env.json_dispatch_workflow != null }}
|
||||
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc
|
||||
with:
|
||||
workflow: ${{ env.json_dispatch_workflow }}
|
||||
inputs: '{ "release": false }'
|
||||
workflow: ${{ env.json_dispatch_workflow }}
|
||||
8
.github/workflows/gui.yml
vendored
8
.github/workflows/gui.yml
vendored
@@ -1,13 +1,7 @@
|
||||
name: kms-gui
|
||||
name: build kms gui
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release:
|
||||
description: 'create release or not'
|
||||
required: false
|
||||
default: true
|
||||
type: 'boolean'
|
||||
|
||||
jobs:
|
||||
cron:
|
||||
|
||||
Reference in New Issue
Block a user