From 921b7f0e73153c3a8b5fc196b9dc8812c3c7ba43 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 26 Dec 2024 15:39:48 +0300 Subject: [PATCH] try --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f79e6c1..07b48d6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: git config --local lfs.transfer.maxretries 1 git ls-remote - git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }} + git lfs fetch origin refs/heads/${{ github.head_ref || github.ref_name }} git lfs checkout - name: Use ssh key uses: webfactory/ssh-agent@v0.9.0