diff --git a/.gitea/workflows/dispatch1.yml b/.gitea/workflows/dispatch1.yml new file mode 100644 index 0000000..06829ec --- /dev/null +++ b/.gitea/workflows/dispatch1.yml @@ -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}