mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
feat(readme_generator/webhooks): add the new ALL_README.md file to app's git repo
This commit is contained in:
parent
54a04ddb1d
commit
ae64f81148
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ async def on_push(request: Request) -> HTTPResponse:
|
||||||
generate_READMEs(folder)
|
generate_READMEs(folder)
|
||||||
|
|
||||||
repo.git.add("README*.md")
|
repo.git.add("README*.md")
|
||||||
|
repo.git.add("ALL_README.md")
|
||||||
|
|
||||||
diff_empty = len(repo.index.diff("HEAD")) == 0
|
diff_empty = len(repo.index.diff("HEAD")) == 0
|
||||||
if diff_empty:
|
if diff_empty:
|
||||||
|
|
Loading…
Add table
Reference in a new issue