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")