diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 810f515..e26df20 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 git@$${{ 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