You've already forked wakapi-readme-stats
feat: use github-actions bot as the committer
This commit is contained in:
2
loc.py
2
loc.py
@@ -96,7 +96,7 @@ class LinesOfCode:
|
||||
|
||||
def pushChart(self):
|
||||
repo = self.g.get_repo(f"{self.username}/{self.username}")
|
||||
committer = InputGitAuthor('readme-bot', 'readme-bot@example.com')
|
||||
committer = InputGitAuthor('readme-bot', '41898282+github-actions[bot]@users.noreply.github.com')
|
||||
with open('bar_graph.png', 'rb') as input_file:
|
||||
data = input_file.read()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user