Skip to content

Commit 90b5d90

Browse files
authored
Stop it from pushing to codeberg
1 parent 8b3fe22 commit 90b5d90

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ jobs:
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
run: |
53-
git push origin HEAD:main
53+
git remote remove origin
54+
git remote add origin https://github.com/CodeSnap-ORG/editor
55+
git push origin HEAD:develop

0 commit comments

Comments
 (0)