From bc73b03c69948d77828398742fdc2cc0dcec17e2 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Tue, 5 Nov 2024 13:16:53 -0500 Subject: [PATCH] Checkout merge commit on pull_request_target event --- .github/workflows/integration-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b868549d..e4514bc2 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -73,6 +73,8 @@ jobs: - name: Checkout source uses: actions/checkout@v4 + with: + ref: "${{ github.event.pull_request.merge_commit_sha }}" - name: Install package with dependencies uses: ./.github/actions/install-pkg