tftsr-devops_investigation/.gitea/workflows
Shaun Arman 1271f51d1a
Some checks failed
Release / build-windows-amd64 (push) Waiting to run
Release / build-linux-amd64 (push) Has been cancelled
Release / build-linux-arm64 (push) Has been cancelled
Test / frontend-typecheck (push) Failing after 14m53s
Test / frontend-tests (push) Has been cancelled
Test / rust-fmt-check (push) Has been cancelled
Test / rust-clippy (push) Has been cancelled
Test / rust-tests (push) Has been cancelled
fix: use $GITHUB_REF_NAME env var instead of ${{ github.ref_name }} expression
Gitea 1.22 expression evaluator rewrites github.ref_name to
format('{0}', github.ref_name) which produces '%!t(string=v0.1.0)'
instead of 'v0.1.0'. Use the pre-set shell env var directly.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 18:50:39 -05:00
..
release.yml fix: use $GITHUB_REF_NAME env var instead of ${{ github.ref_name }} expression 2026-03-29 18:50:39 -05:00
test.yml ci: fix apt-get update missing before git install in checkout steps 2026-03-29 16:07:17 -05:00