From a65de9354196984fc78b82a7505723ab7f916f97 Mon Sep 17 00:00:00 2001
From: Vir Linden <60274682+vir-linden@users.noreply.github.com>
Date: Fri, 19 Apr 2024 19:51:19 +0100
Subject: https://github.com/secondlife/viewer/issues/1286 - branch var from
 github.repository

---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f948669f32..20078f2e00 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -173,6 +173,7 @@ jobs:
 
           # determine the viewer channel from the branch name
           branch=${{ github.repository }}
+          echo "branch=$branch" >> "$GITHUB_OUTPUT"
           IFS='/' read -ra ba <<< $branch
           username=${ba[0]}
           prefix=${ba[1]}
@@ -186,7 +187,6 @@ jobs:
               export viewer_channel="Second Life Test"
           fi
           echo "viewer_channel=$viewer_channel" >> "$GITHUB_OUTPUT"
-          exit 1
           # On windows we need to point the build to the correct python
           # as neither CMake's FindPython nor our custom Python.cmake module
           # will resolve the correct interpreter location.
-- 
cgit v1.2.3