We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fbbf1 commit ee30bc4Copy full SHA for ee30bc4
1 file changed
.github/workflows/sync.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Fetch and merge upstream
22
run: |
23
- git remote add upstream https://github.com/signalapp/Signal-Android.git
+ git remote add upstream https://github.com/mollyim/mollyim-android.git
24
git fetch upstream
25
git merge --ff-only upstream/main
26
0 commit comments