Skip to content

Commit

Permalink
modifications done on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent fac4ed1 commit 88b612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88b612a

Please sign in to comment.