Skip to content

Commit

Permalink
Removal commits COUNT 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 2, 2024
1 parent 921ccf9 commit 299a6ff
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 Push n*: {count} \n Commits: {commits[:20]}... \n sentez vous libre l'examiné {link}"
text = f"📌 Push effectué par {author} 🧠 \n Date: {date} \n Commits: {commits[:25]} ... \n sentez vous libre l'examiné {link}"
send_msg(text)


Expand Down

0 comments on commit 299a6ff

Please sign in to comment.