From 2f38f3e2e9f908a915b8c6f78d4c84e7488bcec9 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Tue, 24 Dec 2024 11:37:34 +0300 Subject: [PATCH] fix typo --- .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 e26df20..30e5be4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout run: | git init - git remote add origin ${{ github.server_url }}:${{ github.repository }}.git + git remote add origin ${{ github.server_url }}/${{ github.repository }}.git git fetch --depth 1 origin ${{ github.ref }} git checkout FETCH_HEAD git lfs pull