From 7bb8ef45678b32e508772a9080665a4a2249821b Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Sat, 6 Sep 2025 03:41:14 -0500 Subject: [PATCH] Update workflow file to match expected format --- .gitea/workflows/certificates.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/certificates.yaml b/.gitea/workflows/certificates.yaml index ae32112..ed2e889 100644 --- a/.gitea/workflows/certificates.yaml +++ b/.gitea/workflows/certificates.yaml @@ -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"