Just print the list

this action is not getting used anyways due to hitting API quotas
This commit is contained in:
bbhtt
2024-12-10 21:17:55 +05:30
parent 86e743fbb1
commit f79c512996
+5 -3
View File
@@ -51,9 +51,11 @@ def main() -> None:
earliest.isoformat(),
)
)
desc = "This repo is archived by Flathub as it is orphaned. If this was done in error or you wish to maintain it, please open an issue at https://github.com/flathub/flathub/issues"
repo.edit(description=desc)
repo.edit(archived=True)
# desc = "This repo is archived by Flathub as it is orphaned. If this was done in error or you wish to maintain it, please open an issue at https://github.com/flathub/flathub/issues"
# repo.edit(description=desc)
# repo.edit(archived=True)
if __name__ == "__main__":