Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
ci: 調整摘要格式 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Sep 7, 2023
1 parent 79421a2 commit b44e8ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/scripts/summary_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,14 @@ def main():

env.close()

step_output = "建構資訊\n\n"
step_output += "成品清單:\n"
step_output = f"🏗️ 建構資訊|[流程](https://github.com/xMikux/ModsTranslationPack/actions/runs/{run_id})\n\n"

for i in file_list:
name = i["name"]
checksum = i["checksum"]

step_output += f"- **{name}** `{checksum}`\n"

step_output += f"建構流程:[連結](https://github.com/xMikux/ModsTranslationPack/actions/runs/{run_id}/job/)"

print(step_output)

if __name__ == "__main__":
Expand Down

0 comments on commit b44e8ae

Please sign in to comment.