YAML block scalars end when a line is found with less indentation than the scalar's own indent level. The heredoc body was at column 0 while the rest of the run: block was at column 10, causing Gitea's YAML parser to reject the entire workflow file with: yaml: line 412: could not find expected ':' This silently invalidated auto-tag.yml on every push to master since the apt-sources commit was merged, which is why PR#9 and PR#10 merges produced no action runs. Fix: replace the heredoc with a printf that stays within the block scalar's indentation so the YAML remains valid. |
||
|---|---|---|
| .. | ||
| auto-tag.yml | ||
| test.yml | ||