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