change commit file

This commit is contained in:
2025-06-02 00:19:50 +03:30
parent c8e06e7129
commit d91e4e93aa

View File

@@ -95,7 +95,7 @@ def main() -> None:
save_blackouts(updated_data) save_blackouts(updated_data)
os.system("git config --global user.name 'github-actions'") os.system("git config --global user.name 'github-actions'")
os.system("git config --global user.email 'github-actions@github.com'") os.system("git config --global user.email 'github-actions@github.com'")
os.system("git add data.json") os.system("git add " + BLACKOUTS_FILE)
os.system("git commit -m 'Update outage data'") os.system("git commit -m 'Update outage data'")
os.system("git push") os.system("git push")