Added -f to push statement.

This commit is contained in:
pyth0n1c
2021-08-09 10:42:22 -07:00
parent ad2530b790
commit a1fee0c2d1
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
echo "PUSH"
git push origin HEAD:remotes/origin/$REAL_BRANCH
git push -f origin HEAD:remotes/origin/$REAL_BRANCH
echo "DONE"
#Make some configs...