Skip to content

Commit

Permalink
try new version
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkman committed Nov 15, 2024
1 parent aee6cc9 commit ac815d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: git remote add upstream https://github.com/rpcpool/yellowstone-grpc
- name: Fetch upstream
run: git fetch --all --tags
- name: pull origin
run: git pull origin master
- name: rebase master
run: git pull upstream master --rebase
- name: push all
Expand Down

0 comments on commit ac815d4

Please sign in to comment.