We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f566b commit cf46db1Copy full SHA for cf46db1
.github/workflows/sync.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Push main branch
33
run: |
34
git config --unset-all http.https://github.com/.extraheader
35
- git push --force-with-lease ssh://git@git.disroot.org/PawprintPrototyping/admin.git main
+ git push ssh://git@git.disroot.org/PawprintPrototyping/admin.git main
36
37
0 commit comments