From 2761e0b83138d8d84704f9792e4fee219cf516d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 27 Oct 2024 14:55:29 +0800 Subject: [PATCH] fix(git): Attempt to workaround actions/checkout#1959 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The GitHub Action doesn't seem to like submodules with non-ASCII names. Signed-off-by: 林博仁(Buo-ren Lin) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 24b6493..1e501b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,7 +7,7 @@ # # Copyright 2024 林博仁(Buo-ren Lin) # SPDX-License-Identifier: CC-BY-SA-4.0 -[submodule "軟體包管理器 Package managers"] +[submodule "Package managers"] path = 軟體包管理器 Package managers url = https://gitlab.com/libre-knowledge/package-managers.git ignore = dirty