diff --git a/.github/workflows/javascript-format-test-build.yml b/.github/workflows/javascript-format-test-build.yml index cf99a781e..5b0c94672 100644 --- a/.github/workflows/javascript-format-test-build.yml +++ b/.github/workflows/javascript-format-test-build.yml @@ -33,6 +33,7 @@ jobs: if: github.event_name == 'pull_request' with: repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{github.event.pull_request.head.ref}} - name: Setup Nodejs uses: actions/setup-node@v4