Skip to content

Commit

Permalink
🐛 修复工作流编码问题
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Sep 16, 2024
1 parent 58d70db commit 8209c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/add_friend_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def get_site_metadata(url) -> tuple[str, str, int]:
**{get_text("site_title")}**: {title}\n\n
**{get_text("site_description")}**: {description}\n\n
**{get_text("site_ping")}**: {ping_ms:.2f}ms\n\n"""
issue.create_comment(get_text("pre_check_finished") + site_meta)
issue.create_comment(get_text("pre_check_finished") + site_meta + get_text("if_add_i18n_data"))


def run_delete():
Expand Down

0 comments on commit 8209c9e

Please sign in to comment.