.gitea/workflows/dispatch1.yml hinzugefügt

This commit is contained in:
2025-01-03 22:34:50 +00:00
parent 9606d8f939
commit 92bc19afe1

View File

@ -0,0 +1,21 @@
on:
workflow_dispatch:
inputs:
test-a:
type: boolean
test-b:
type: choice
options:
- a
- b
- c
- d
test-c:
description: One with description!
type: boolean
jobs:
_:
runs-on: windows-latest
steps:
- run: ${{ tojson(inputs) }}
shell: cat {0}