Skip to content

Commit

Permalink
change checkout path
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Mar 27, 2024
1 parent d52078b commit 5824132
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
submodules: recursive
fetch-depth: 0
token: ${{ secrets.JITO_SOLANA_RELEASE_TOKEN }}
- run: git checkout ${{ matrix.branch }} && git submodule update -i -r
- name: Add upstream
run: git remote add upstream https://github.com/solana-labs/solana.git
- name: Fetch upstream
Expand Down Expand Up @@ -162,7 +161,7 @@ jobs:
run: |
git checkout ${{ matrix.branch }}
git reset --hard ${{ env.REBASE_BRANCH }}
- name: Push rebased %{{ matrix.branch }} upstream
- name: Push rebased %{{ matrix.branch }}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.JITO_SOLANA_RELEASE_TOKEN }}
Expand Down

0 comments on commit 5824132

Please sign in to comment.