From 67a08a7c05911189b3d7d13d6ccd7a76392aa52c Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 21 Dec 2024 16:59:33 +0100 Subject: [PATCH] Update check_properties.yml --- .github/workflows/check_properties.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_properties.yml b/.github/workflows/check_properties.yml index 83a6e7de..2a7ba12b 100644 --- a/.github/workflows/check_properties.yml +++ b/.github/workflows/check_properties.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.event.pull_request.head.ref }} + ref: refs/pull/${{ github.event.pull_request.number }}/merge path: pr-branch fetch-depth: 0