This commit is contained in:
parent
70e197ae29
commit
be85656272
6
.github/workflows/翻译更新日志 copy.yml
vendored
6
.github/workflows/翻译更新日志 copy.yml
vendored
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user