ci: test inputs

This commit is contained in:
2026-05-22 22:33:49 +00:00
parent e3cb05c461
commit 3b5a98af91
+14
View File
@@ -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 }}'