1028.yml
All checks were successful
翻译更新日志 / generate_changelog (push) Successful in 29s

This commit is contained in:
298977887 2024-10-28 23:32:35 +08:00
parent 70e197ae29
commit be85656272

View File

@ -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