From 88b612a63958e5f294c4ffc535e89a81fec3f50b Mon Sep 17 00:00:00 2001 From: figeral Date: Mon, 1 Apr 2024 18:18:04 +0100 Subject: [PATCH] modifications done on actions --- .github/workflows/source/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)