There was an error while loading. Please reload this page.
1 parent d8e935f commit 8b4e9bfCopy full SHA for 8b4e9bf
1 file changed
.github/workflows/sync-to-private.yml .github/workflows/sync-to-private.yaml.github/workflows/sync-to-private.yml renamed to .github/workflows/sync-to-private.yaml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Clone private repository
14
run: |
15
- git clone https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/nunchaku-ai/nunchaku-dev.git
+ git clone -b oss https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/nunchaku-ai/nunchaku-dev.git
16
- name: Add public remote and fetch
17
18
cd nunchaku-dev
@@ -86,7 +86,7 @@ jobs:
86
done
87
88
git commit --amend --allow-empty -m "$NEW_MSG" --author="$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>"
89
- - name: Push to the private main branch
+ - name: Push to the private oss branch
90
91
92
- git push
+ git push origin oss
0 commit comments