From 0f4dd039cd4f58544d1911d6c6699fdaead51df1 Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Wed, 11 Jan 2023 19:38:44 +0300 Subject: [PATCH] testbytest --- .github/workflows/coverage.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index aacc4e2f..850502a6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,9 +14,8 @@ jobs: with: go-version: '^1.19.0' - - name: Checkout private - run: - git clone https://${{ secrets.ANYTYPE_PAT }}@github.com/anytypeio/go-chash.git + - name: git config + run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/ - name: test go install run: |