Update workflow file to match expected format
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
name: "Build certificates"
|
name: "Build certificates"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Note: this doesn't work on current gitea for some reason?
|
inputs:
|
||||||
build_certs:
|
# Note: this doesn't work on current gitea for some reason?
|
||||||
description: "Build certificates from scratch"
|
build_certs:
|
||||||
type: "boolean"
|
description: "Build certificates from scratch"
|
||||||
required: true
|
type: "boolean"
|
||||||
default: false
|
required: true
|
||||||
|
default: false
|
||||||
schedule: "@weekly"
|
schedule: "@weekly"
|
||||||
env:
|
env:
|
||||||
TZ: "America/Chicago"
|
TZ: "America/Chicago"
|
||||||
|
|||||||
Reference in New Issue
Block a user