From 70e197ae298e1fed1ba05ecdbbc2f96012ff6965 Mon Sep 17 00:00:00 2001 From: LIRUI <298977887@qq.com> Date: Mon, 28 Oct 2024 23:27:04 +0800 Subject: [PATCH] 1028.yml --- .github/workflows/翻译更新日志 copy.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/翻译更新日志 copy.yml b/.github/workflows/翻译更新日志 copy.yml index ea13ba0..a523bd9 100644 --- a/.github/workflows/翻译更新日志 copy.yml +++ b/.github/workflows/翻译更新日志 copy.yml @@ -76,12 +76,5 @@ jobs: # 3. 输出到更新日志文件 - name: 生成更新日志 run: | - TIMESTAMP=$(date "+%Y年%m月%d日 %H点%M分") - echo -e "更新日期: $TIMESTAMP\n\n${{ steps.translate.outputs.translated_text }}" > 更新日志.txt - - # 4. 上传更新日志文件为 Artifact - - name: 上传更新日志 - uses: actions/upload-artifact@v3 - with: - name: 更新日志 - path: 更新日志.txt + echo -e "${{ steps.translate.outputs.translated_text }}" > 更新日志.txt + cat 更新日志.txt