feat(readme_generator/webhooks): add the new ALL_README.md file to app's git repo
This commit is contained in:
parent
8f255b9e06
commit
ae10c80d69
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ async def on_push(request: Request) -> HTTPResponse:
|
|||
generate_READMEs(folder)
|
||||
|
||||
repo.git.add("README*.md")
|
||||
repo.git.add("ALL_README.md")
|
||||
|
||||
diff_empty = len(repo.index.diff("HEAD")) == 0
|
||||
if diff_empty:
|
||||
|
|
Loading…
Reference in a new issue