From 0400dbfff3d93e05403a9102053e8ea24743d7f7 Mon Sep 17 00:00:00 2001 From: Xiang511 Date: Sun, 25 Aug 2024 22:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=3F=E6=B9=94=EE=A1=87=2008-25=20=E9=9E=88?= =?UTF-8?q?=EF=8B=AA=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/run_and_commit.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/run_and_commit.ps1 b/json/run_and_commit.ps1 index dd530eb..986f2b4 100644 --- a/json/run_and_commit.ps1 +++ b/json/run_and_commit.ps1 @@ -1,6 +1,6 @@ # 執行 Python 腳本 python test.py -node UpdateJson.js +node UpdateTime.js # 檢查是否有變更 # 執行 git status --porcelain 命令,並將結果賦值給變數 $changes