Skip to content

Commit 8275752

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

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,4 +33,5 @@ jobs:
3333
cd private-repo
3434
git add .
3535
git commit -m "Sync desde repo público 🚀" || echo "Sin cambios"
36-
git push origin main
36+
git push origin HEAD:public-sync
37+

0 commit comments

Comments
 (0)