From 387b7436afb29963d79e9b1b665211c54da56ba0 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 26 Dec 2024 15:21:25 +0300 Subject: [PATCH] fix remote --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 23f1a01..f79e6c1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,9 +31,9 @@ jobs: /usr/bin/git config --local http.${UrlLfsBase}/.extraheader '' git config --local lfs.transfer.maxretries 1 - - /usr/bin/git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }} - /usr/bin/git lfs checkout + git ls-remote + git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }} + git lfs checkout - name: Use ssh key uses: webfactory/ssh-agent@v0.9.0 with: