Skip to content

Commit ef893c7

Browse files
committed
finally fix update ci...
1 parent 96e061f commit ef893c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
shell: bash
2525
run: |
2626
cd SDK
27+
git fetch
2728
git rebase origin/dev
2829
git push || true
2930
@@ -45,5 +46,6 @@ jobs:
4546
shell: bash
4647
run: |
4748
cd Network
49+
git fetch
4850
git rebase origin/dev
4951
git push || true

0 commit comments

Comments
 (0)