change commit file
This commit is contained in:
2
main.py
2
main.py
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user