From 92bc19afe1e96312458618966a54f015023f2240 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Fri, 3 Jan 2025 22:34:50 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/dispatch1.yml=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dispatch1.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitea/workflows/dispatch1.yml 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}