Skip to content

Commit

Permalink
Update notify_on_push.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral authored Apr 2, 2024
1 parent 09b37d5 commit 468f121
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 @@ -6,7 +6,7 @@
def send_msg_on_push():
author = os.environ['GITHUB_AUTHOR']
repository = os.environ['GITHUB_REPOSITORY']
link = f"https://github.com/{repository}"
link = f"https://github.com/{repository}/tree/dev"
commits = os.environ['GITHUB_COMMIT']
# count = len(os.environ['GITHUB_PuSH_NUMBER'])
date = time.ctime()
Expand Down

0 comments on commit 468f121

Please sign in to comment.