Skip to content

Commit b2b9f18

Browse files
authored
Update sync action to overwrite develop in mirror (#8690)
1 parent af8b341 commit b2b9f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-to-mirror-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Push to mirror repo
2424
run: |
2525
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
26-
git push origin develop:develop --force-with-lease
26+
git push origin develop:develop --force

0 commit comments

Comments
 (0)