From ec3428b10dc14db8f173b4485f44ce1526d8da7f Mon Sep 17 00:00:00 2001 From: Alexander Shishkin Date: Fri, 4 Oct 2024 20:37:48 +0300 Subject: [PATCH] Update simple-build github action Signed-off-by: Alexander Shishkin --- .github/workflows/simple-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simple-build.yml b/.github/workflows/simple-build.yml index 209d1f2..48d0b42 100644 --- a/.github/workflows/simple-build.yml +++ b/.github/workflows/simple-build.yml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@v2 - name: submodules run: | - git config --global url."https://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:x-oauth-basic@github.com/".insteadOf "https://github.com/" + git config --global url."https://github.com/".insteadOf "git@github.com" git submodule update --init --recursive - name: install-deps run: |