From 9bcc3b032b17c8b3792c90663261cd8658802983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=9F=E5=A6=82=E8=B5=9D?= Date: Tue, 4 Jul 2023 13:40:37 +0800 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index b2b2f03fab1..4b43272f513 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -16,7 +16,7 @@ jobs: - name: sync libre fsf la run: | echo Add other actions to build, - git remote add libre git://linux-libre.fsfla.org/releases.git linux + git remote add libre git://linux-libre.fsfla.org/releases.git --mirror=fetch git fetch libre git pull libre --all git push origin --all