use correct ref

This commit is contained in:
Tom Keller
2025-08-15 15:27:03 -07:00
committed by kellertk
parent a2e38048be
commit e179430bce

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