From e7a5fc5e894aad35a62b8d462e4c3ebb0059cccf Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Tue, 24 Dec 2024 11:33:37 +0300 Subject: [PATCH] fix path --- .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 349800c..b861baa 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 gitea@${{ github.repositoryUrl }} + git remote add origin gitea@$${{ github.server_url }}:${{ github.repository }}.git git fetch --depth 1 origin ${{ github.ref }} git checkout FETCH_HEAD git lfs pull