Add yq to forgejo-runner and replace sed YAML edits in workflows

Install yq in the runner container image so workflows can use it
for structured YAML editing instead of fragile sed regex patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-13 10:16:50 -08:00
commit e790aec84e
4 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1 @@
Add yq to forgejo-runner container and replace sed-based YAML editing in workflows with yq