diff --git a/.github/workflows/pull-request-web.yml b/.github/workflows/pull-request-web.yml index 67aefb601..2ba124000 100644 --- a/.github/workflows/pull-request-web.yml +++ b/.github/workflows/pull-request-web.yml @@ -17,4 +17,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Lint, Test, and Build Web Components - uses: unraid/lint-test-build-web@${{ github.event.pull_request.head.ref }} + uses: unraid/lint-test-build-web@${{ github.ref_name }}