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 8275752 commit 288cb5fCopy full SHA for 288cb5f
.github/workflows/sync-to-private.yml
@@ -33,5 +33,6 @@ jobs:
33
cd private-repo
34
git add .
35
git commit -m "Sync desde repo público 🚀" || echo "Sin cambios"
36
- git push origin HEAD:public-sync
+ git push --force origin HEAD:public-sync
37
+
38
0 commit comments