Skip to content

Commit 8b4e9bf

Browse files
committed
[Dont Sync] chore: change the repo branch
1 parent d8e935f commit 8b4e9bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Clone private repository
1414
run: |
15-
git clone https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/nunchaku-ai/nunchaku-dev.git
15+
git clone -b oss https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/nunchaku-ai/nunchaku-dev.git
1616
- name: Add public remote and fetch
1717
run: |
1818
cd nunchaku-dev
@@ -86,7 +86,7 @@ jobs:
8686
done
8787
8888
git commit --amend --allow-empty -m "$NEW_MSG" --author="$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>"
89-
- name: Push to the private main branch
89+
- name: Push to the private oss branch
9090
run: |
9191
cd nunchaku-dev
92-
git push
92+
git push origin oss

0 commit comments

Comments
 (0)