Skip to content

Commit 961f038

Browse files
authored
Update get_email_webhook.py
1 parent 765d642 commit 961f038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_email_webhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def format_repo_event(repo, action):
115115
f"The repository visibility has been changed.\n\n"
116116
f"➡️ Now PRIVATE\n\n"
117117
f"📌 Repository Name: {repo_name}\n"
118-
f"{visibility_icon}\n"
118+
f" Visibility: {visibility_icon}\n"
119119
f"👤 Owner: {owner}\n"
120120
f"🌿 Default branch: {default_branch}\n"
121121
f"🕒 Created at: {created_at}\n"

0 commit comments

Comments
 (0)