We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5121d commit 8275752Copy full SHA for 8275752
.github/workflows/sync-to-private.yml
@@ -33,4 +33,5 @@ jobs:
33
cd private-repo
34
git add .
35
git commit -m "Sync desde repo público 🚀" || echo "Sin cambios"
36
- git push origin main
+ git push origin HEAD:public-sync
37
+
0 commit comments