Skip to content

Commit

Permalink
time counting fix (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Jul 12, 2023
1 parent 29e495a commit 3d32682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.py
Expand Up @@ -10,7 +10,7 @@

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.
Expand Down

0 comments on commit 3d32682

Please sign in to comment.