ci: quote e2e.yml input description so Gitea's YAML parser accepts it
CI / Lint + build + test (push) Has been cancelled
Release / release (push) Has been cancelled

Unquoted `(default: main)` trips Gitea Actions' strict YAML parser
with "mapping values are not allowed in this context" because the
inline colon reads as a nested mapping. GitHub Actions' parser was
lenient about this; Gitea's isn't.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 02:34:35 -04:00
parent 03dcf33686
commit 869cd78d0b
+1 -1
View File
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
inputs:
ref:
description: Git ref to test (default: main)
description: "Git ref to test (default: main)"
required: false
default: main