Skip to content

Commit

Permalink
second attempt to fix update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Aug 17, 2024
1 parent 9b890bf commit 96e061f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash
run: |
cd SDK
git rebase dev
git rebase origin/dev
git push || true
update-network:
Expand All @@ -45,5 +45,5 @@ jobs:
shell: bash
run: |
cd Network
git rebase dev
git rebase origin/dev
git push || true

0 comments on commit 96e061f

Please sign in to comment.