From 2b342a7d95ae880613252d1ec02f87940b8b7e70 Mon Sep 17 00:00:00 2001 From: hy <1048382248@qq.com> Date: Fri, 26 Apr 2024 18:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1f684a4..e50eeff 100644 --- a/action.yaml +++ b/action.yaml @@ -20,7 +20,7 @@ runs: run: | # 初始化 res 变量 res="" - fileStr = (${INPUT_FILE_ARRAY//,/ }) + fileStr=(${INPUT_FILE_ARRAY//,/ }) # 读取 fileStr 变量中的每一行文件路径 for filepath in ${fileStr[@]}; do file_hash=$(md5sum "$filepath" | awk '{print $1}')