From e179430bce4106b89b8212995fb6a37c5f5527e4 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:27:03 -0700 Subject: [PATCH] use correct ref --- .github/workflows/tests-integ.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-integ.yml b/.github/workflows/tests-integ.yml index 5ca3b93..b9b408e 100644 --- a/.github/workflows/tests-integ.yml +++ b/.github/workflows/tests-integ.yml @@ -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: |