From dce2ccbcfda992d389ad9722da7735986babe221 Mon Sep 17 00:00:00 2001 From: Refringe Date: Thu, 25 Apr 2024 01:43:03 -0400 Subject: [PATCH] Workflow: Attempt to fetch before checking out the PR merge commit by hash --- .gitea/workflows/run-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/run-test.yaml b/.gitea/workflows/run-test.yaml index 02732b72..196672a8 100644 --- a/.gitea/workflows/run-test.yaml +++ b/.gitea/workflows/run-test.yaml @@ -29,6 +29,7 @@ jobs: git clone https://dev.sp-tarkov.com/${{ github.repository }}.git /workspace/SPT-AKI/Server/current cd /workspace/SPT-AKI/Server/current + git fetch git checkout $REF env: GITHUB_SHA: ${{ github.sha }}