diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-01-18 15:21:15 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-01-18 15:21:15 -0500 |
commit | 834cc3d1e094bdc9615e6ba46cf49c8c5db872d7 (patch) | |
tree | 42dd7de5766e041239e4c99f5117dac4bdc571d0 /.github/workflows | |
parent | dd0ec112fe5ded8ed5f69b72b3df26343ca12d35 (diff) |
SL-20546: Test new viewer-build-util branch pr-branch.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 19a6a0ef6f..2e97d7c6dc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -102,7 +102,7 @@ jobs: - name: Determine source branch id: which-branch - uses: secondlife/viewer-build-util/which-branch@v1 + uses: secondlife/viewer-build-util/which-branch@pr-branch with: token: ${{ github.token }} |