From f1b185b018dea62453a4d411f9712edc132be573 Mon Sep 17 00:00:00 2001 From: azw Date: Sun, 14 Jul 2024 09:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/sync.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index 92555c1..9516ccb 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -31,7 +31,7 @@ jobs: id: check_changes run: | ls -lh - cd azurlane-tj + cd azurlane-sr ls -lh if [ -z "$(git status --porcelain)" ]; then echo "::set-output name=has_changes::false"