Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
d8c7865
1
Parent(s):
5adb7c6
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def fork(source_repo, dst_repo, token, repo_type):
|
|
| 59 |
|
| 60 |
# Push!
|
| 61 |
subprocess.run(
|
| 62 |
-
"git
|
| 63 |
stderr=subprocess.PIPE,
|
| 64 |
stdout=subprocess.PIPE,
|
| 65 |
encoding="utf-8",
|
|
|
|
| 59 |
|
| 60 |
# Push!
|
| 61 |
subprocess.run(
|
| 62 |
+
"git push --force origin main".split(),
|
| 63 |
stderr=subprocess.PIPE,
|
| 64 |
stdout=subprocess.PIPE,
|
| 65 |
encoding="utf-8",
|