Files
calendula/.gitea/workflows/ci.yaml
Jean-Luc Makiola 8f87dc3564 ci(fdroid): fix invalid YAML in the submodule-aware checkout steps
The earlier submodule wiring left a mis-indented `with:` / `submodules:
recursive` block under `uses: actions/checkout@v4` (and, in ci.yaml, a second
stray `with:`), which made both workflows fail to parse
("mapping values are not allowed here"). Merge submodules into the single
correctly-indented `with:` block so CI actually checks out floret-kit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 21:07:06 +02:00

5.6 KiB