Skip to content

Commit 4a3036b

Browse files
authored
Update deploy_to_private.yaml
1 parent d6777a6 commit 4a3036b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_to_private.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: commit
6363
run: |
64-
git push -u origin deploy
64+
git push -f -u origin deploy
6565
6666
- name: Sync repositories
6767
run: |
@@ -72,4 +72,4 @@ jobs:
7272
7373
- name: Sync repositoriesv2
7474
run: |
75-
git push -f -u ssh-origin HEAD:main
75+
git push -u ssh-origin HEAD:main

0 commit comments

Comments
 (0)