ci: test inputs
This commit is contained in:
@@ -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 }}'
|
||||||
Reference in New Issue
Block a user