From 0b2dd004ba7b3f93ce3bd24f248b41f0286b9c34 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 16 Nov 2022 02:37:13 -0500 Subject: [PATCH] [F] Try to fix github actions --- .github/workflows/opencc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/opencc.sh b/.github/workflows/opencc.sh index 44a1ad25..f93ffb7e 100755 --- a/.github/workflows/opencc.sh +++ b/.github/workflows/opencc.sh @@ -5,5 +5,5 @@ python3 scripts/convert_zh.py # If the hash is the only thing that's changed, don't commit if [[ "$(git diff --numstat | wc -l)" == "1" ]]; then - git reset –hard + git reset –-hard fi