diff --git a/.github/workflows/source/index.py b/.github/workflows/source/index.py index b165ee7..1d601c6 100644 --- a/.github/workflows/source/index.py +++ b/.github/workflows/source/index.py @@ -10,7 +10,7 @@ def send_mgs(): baseUrl = "https://api.telegram.org" url = f"{baseUrl}/bot{token}/sendMessage" - link = f"github.com/Figeral/{repository}" + link = f"github.com/{repository}" msg = f"A Pushed 🚀 made by {author} \n feel free to edit it at {link}" payload = dict(chat_id=user_id, text=msg)