869cd78d0b
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>