3 Commits
Author SHA1 Message Date
droideparanoico 037b2bbde4 Fix invalid run-name expression in Gitea workflow
Build & Deploy / build-and-deploy (push) Successful in 1m53s
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
droideparanoico 8324ecd1e7 Simplified gitea workflow
Build & Deploy / build-and-deploy (push) Successful in 36s
2026-07-07 16:43:02 +02:00
droideparanoico f2360cdae8 Gitea workflow
Build & Deploy / build-and-deploy (push) Successful in 11s
2026-06-14 14:26:42 +02:00