chore(ci): specify the ref to check out

This commit is contained in:
Gabe Kangas 2024-09-15 09:25:30 -07:00
parent 065fbd03ad
commit 78c775747b

View File

@ -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