This commit is contained in:
NianBroken
2024-02-07 22:22:21 +08:00 Unverified
parent e5020c94ab
commit dbc5a95651
+1 -1
View File
@@ -393,7 +393,7 @@ if run_log:
github_step_summary_run_log = re.sub("\n+", "\n\n", github_step_summary_run_log)
# 将 github_step_summary_run_log 写入到 GitHub Actions 的环境文件中
with open(github_step_summary, "w", encoding="utf-8") as file:
with open(github_step_summary, "w", encoding="utf-8") as file:
file.write(github_step_summary_run_log)
# 删除 __pycache__ 缓存目录及其内容