Skip to content

Commit

Permalink
fix(git): Attempt to workaround actions/checkout#1959
Browse files Browse the repository at this point in the history
The GitHub Action doesn't seem to like submodules with non-ASCII names.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 27, 2024
1 parent 1d40eff commit 2761e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Copyright 2024 林博仁(Buo-ren Lin) <[email protected]>
# 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

0 comments on commit 2761e0b

Please sign in to comment.