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 }}"