Add workflow information to the push

This commit is contained in:
NianBroken
2024-02-04 03:06:17 +08:00 Unverified
parent bcc4759bcc
commit ce5f3f87d1
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -191,9 +191,8 @@ print(f"新成绩:{encrypted_integrated_grade_info}")
print(f"旧成绩:{old_grade_content}")
print("------")
# 工作流信息
workflow_info = "工作流信息:"
workflow_info = "工作流信息:\n"
workflow_info += (
f"Repository Name{repository_name}\n"
f"Commit SHA{github_sha}\n"