From 78c775747b9aeabf0352e5fb21d951058288b3de Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 15 Sep 2024 09:25:30 -0700 Subject: [PATCH] chore(ci): specify the ref to check out --- .github/workflows/javascript-format-test-build.yml | 1 + 1 file changed, 1 insertion(+) 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