Skip to content

Commit 288cb5f

Browse files
author
BorisFaj
authored
Update sync-to-private.yml
1 parent 8275752 commit 288cb5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-to-private.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jobs:
3333
cd private-repo
3434
git add .
3535
git commit -m "Sync desde repo público 🚀" || echo "Sin cambios"
36-
git push origin HEAD:public-sync
36+
git push --force origin HEAD:public-sync
37+
3738

0 commit comments

Comments
 (0)