From be85656272b98e70cb41f8dcd3bf9825986a6823 Mon Sep 17 00:00:00 2001 From: LIRUI <298977887@qq.com> Date: Mon, 28 Oct 2024 23:32:35 +0800 Subject: [PATCH] 1028.yml --- .github/workflows/翻译更新日志 copy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/翻译更新日志 copy.yml b/.github/workflows/翻译更新日志 copy.yml index a523bd9..34a37b4 100644 --- a/.github/workflows/翻译更新日志 copy.yml +++ b/.github/workflows/翻译更新日志 copy.yml @@ -76,5 +76,7 @@ jobs: # 3. 输出到更新日志文件 - name: 生成更新日志 run: | - echo -e "${{ steps.translate.outputs.translated_text }}" > 更新日志.txt - cat 更新日志.txt + echo "${{ steps.translate.outputs.translated_text }}" > ./更新日志.txt + cat ./更新日志.txt + +