From 9f5650c7fbeb09b34fd2526385899a4fa7b82ef8 Mon Sep 17 00:00:00 2001 From: Artyom Jaksov Date: Wed, 2 Oct 2024 15:38:19 +0200 Subject: [PATCH] try to check out head --- .github/workflows/check-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-version.yml b/.github/workflows/check-version.yml index a9f6476..64756cb 100644 --- a/.github/workflows/check-version.yml +++ b/.github/workflows/check-version.yml @@ -10,6 +10,7 @@ jobs: steps: - uses: actions/checkout@v1 with: + ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Set OLD_VERSION from etc/config.xml if merge would modify it