From 08d04c1bb932620bec82f7f8b9474842292a5e17 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 26 Feb 2025 12:36:44 -0800 Subject: [PATCH] fix: include branch? --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 12707c0..a054a38 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,3 +41,4 @@ jobs: args: > -Dsonar.sources=. -Dsonar.projectKey=typescript-config + -Dsonar.branch.name=${{ gitea.ref }}