From 4dd37e22dd9796f500c197ff94e899d05dcbb0c3 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 9 Apr 2024 15:55:07 +0100 Subject: [PATCH] ci: add ref when checking out the repository (#10733) --- .github/workflows/check-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-merge.yml b/.github/workflows/check-merge.yml index a40a3b8714bd..8a2b3243b780 100644 --- a/.github/workflows/check-merge.yml +++ b/.github/workflows/check-merge.yml @@ -36,6 +36,7 @@ jobs: if: steps.blocked.outputs.result != 'true' with: repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Get changed files in the .changeset folder