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