dispatch failed

This commit is contained in:
ElevenNotes
2025-02-10 11:10:13 +01:00
parent efccd9cdb3
commit ad35b06dc0
2 changed files with 2 additions and 9 deletions

View File

@@ -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 }}

View File

@@ -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: