use correct ref

This commit is contained in:
Tom Keller 2025-08-15 15:27:03 -07:00
commit 3df3b9e987

View file

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.ref_name }}
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Package
run: |