Run builder when source is changed.

This commit is contained in:
Nikhil Badyal
2024-04-28 17:40:23 +05:30
committed by Nikhil Badyal
parent 5895e8ca60
commit d276696689
4 changed files with 28 additions and 4 deletions
+3
View File
@@ -59,6 +59,9 @@ implement_method = "Please implement the method"
status_code_200 = 200
resource_folder = "apks"
branch_name = "changelogs"
app_dump_key = "app_dump"
patches_dl_key = "patches_dl"
integrations_dl_key = "integrations_dl"
def update_changelog(name: str, response: dict[str, str]) -> None: