mirror of
https://github.com/one-among-us/data.git
synced 2024-11-25 04:27:39 +08:00
[F] Try to fix github actions
This commit is contained in:
parent
a805b5fef8
commit
21d5714af0
5
.github/workflows/opencc.yml
vendored
5
.github/workflows/opencc.yml
vendored
@ -30,6 +30,11 @@ jobs:
|
|||||||
ls -lah
|
ls -lah
|
||||||
git log
|
git log
|
||||||
python3 scripts/convert_zh.py
|
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"]]
|
||||||
|
git reset –hard
|
||||||
|
fi
|
||||||
|
|
||||||
- uses: EndBug/add-and-commit@v7
|
- uses: EndBug/add-and-commit@v7
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user