Skip to content

Commit 96e061f

Browse files
committed
second attempt to fix update ci
1 parent 9b890bf commit 96e061f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash
2525
run: |
2626
cd SDK
27-
git rebase dev
27+
git rebase origin/dev
2828
git push || true
2929
3030
update-network:
@@ -45,5 +45,5 @@ jobs:
4545
shell: bash
4646
run: |
4747
cd Network
48-
git rebase dev
48+
git rebase origin/dev
4949
git push || true

0 commit comments

Comments
 (0)