Files
dostalgia/.gitea/workflows
droideparanoico 037b2bbde4
Build & Deploy / build-and-deploy (push) Successful in 1m53s
Fix invalid run-name expression in Gitea workflow
Gitea's expression parser only supports top-level builtin functions,
not method calls (gitea.sha.substring(0, 7) left 5 tokens unparsed).
Use the full SHA; there is no substring/slice function to shorten it.
2026-08-31 17:25:23 +02:00
..