mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-04 23:45:26 +00:00
time counting fix (#1261)
This commit is contained in:
parent
29e495a17f
commit
3d32682a67
2
.github/workflows/changelog.py
vendored
2
.github/workflows/changelog.py
vendored
@ -10,7 +10,7 @@ main_repo_identifier = "eried/portapack-mayhem"
|
||||
|
||||
os.system('gh repo set-default ' + main_repo_url)
|
||||
|
||||
raw_git = os.popen('git log next --since="1200 hours" --pretty=format:"- ^%h^ - {USERNAME}*_%al_%an*: %s"').read()
|
||||
raw_git = os.popen('git log next --since="24 hours" --pretty=format:"- ^%h^ - {USERNAME}*_%al_%an*: %s"').read()
|
||||
|
||||
|
||||
# ^ as github's rule, a real username can contains "-" but not "_" and "*", so use these two to seperate things.
|
||||
|
Loading…
Reference in New Issue
Block a user