From 485e36c6354a3f136d90dc0727ef9b7b4885bbd2 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 8 Aug 2023 13:26:31 -0700 Subject: [PATCH] test: web actions branch name --- .github/workflows/pull-request-web.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-web.yml b/.github/workflows/pull-request-web.yml index 2ba124000..d76f9f7cc 100644 --- a/.github/workflows/pull-request-web.yml +++ b/.github/workflows/pull-request-web.yml @@ -16,5 +16,9 @@ jobs: working-directory: web runs-on: ubuntu-latest steps: + - name: Get branch name + id: branch-name + uses: tj-actions/branch-names@v6 + - name: Lint, Test, and Build Web Components - uses: unraid/lint-test-build-web@${{ github.ref_name }} + uses: "unraid/lint-test-build-web@${{ steps.branch-name.outputs.current_branch }}"