From d91e4e93aaa990a6f87691cbb1e6c9fe1272377e Mon Sep 17 00:00:00 2001 From: Meghdad Date: Mon, 2 Jun 2025 00:19:50 +0330 Subject: [PATCH] change commit file --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2829eb3..c31a972 100644 --- a/main.py +++ b/main.py @@ -95,7 +95,7 @@ def main() -> None: save_blackouts(updated_data) os.system("git config --global user.name 'github-actions'") 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 push")