mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
time counting fix (#1261)
This commit is contained in:
parent
29e495a17f
commit
3d32682a67
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue