From 3df3b9e98756e1d9d5c063beb6db1a56198cd210 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: |