Skip to content

Commit

Permalink
Know capable of seeing repository target
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral authored Apr 6, 2024
1 parent 06206f6 commit 45e52a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notify_on_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def send_msg_on_push():
commits = os.environ['GITHUB_COMMIT']
# count = len(os.environ['GITHUB_PuSH_NUMBER'])
date = time.ctime()
text = f"📌 Push effectué par {author} 🧠 \n Date: {date} \n \n Commits: {commits[:25]} ... \n sentez vous libre l'examiné {link}"
text = f"📌 Push effectué par {author} 🧠 \n Date: {date} \n Depôt: {repository} \n Commits: {commits[:30]} ... \n sentez vous libre l'examiné {link}"
send_msg(text)


Expand Down

0 comments on commit 45e52a4

Please sign in to comment.