From 3b5a98af9160649e78838051437e98c54be63987 Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 22:33:49 +0000 Subject: [PATCH] ci: test inputs --- .gitea/workflows/test-inputs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/test-inputs.yaml diff --git a/.gitea/workflows/test-inputs.yaml b/.gitea/workflows/test-inputs.yaml new file mode 100644 index 0000000..ffb8e51 --- /dev/null +++ b/.gitea/workflows/test-inputs.yaml @@ -0,0 +1,14 @@ +name: Test inputs +on: + workflow_dispatch: + inputs: + restart: + description: Restart gitea after updating the theme files + required: false + type: boolean + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo '${{ inputs.restart }}'