We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de297ab commit 2f506b0Copy full SHA for 2f506b0
.github/workflows/sync-private-mirror.yml
@@ -22,4 +22,4 @@ jobs:
22
git config --global user.email "sync@docs-content-private"
23
git config --global user.name "docs-sync"
24
git checkout main
25
- git push -u mirror main
+ git push --force -u mirror main
0 commit comments