We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2100c commit ea4f0c4Copy full SHA for ea4f0c4
.github/workflows/sync.yml
@@ -34,6 +34,6 @@ jobs:
34
git config pull.ff only
35
git fetch ssh://[email protected]/PawprintPrototyping/admin.git
36
git pull ssh://[email protected]/PawprintPrototyping/admin.git main
37
- git push --force-with-lease ssh://[email protected]/PawprintPrototyping/admin.git main
+ git push --force ssh://[email protected]/PawprintPrototyping/admin.git main
38
git push origin main
39
0 commit comments