diff --git a/.github/workflows/check_properties.yml b/.github/workflows/check_properties.yml index 0554c538..bbfda21b 100644 --- a/.github/workflows/check_properties.yml +++ b/.github/workflows/check_properties.yml @@ -27,11 +27,9 @@ jobs: - name: Checkout PR branch uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - env: - PULL_REQUEST_REF: ${{ github.event.pull_request.head.ref }} with: repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: $PULL_REQUEST_REF + ref: ${{ github.event.pull_request.head.ref }} path: pr-branch fetch-depth: 0