Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 21, 2024
1 parent 33543f6 commit aaf1b9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync-subnet-evm-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ jobs:
- name: Fetch Remote Branch (${{ github.events.inputs.remoteBranch || 'coreth-test-0' }})
run: |
git fetch subnet-evm ${{ github.events.inputs.remoteBranch || 'coreth-test-0' }}
git fetch subnet-evm coreth-diff-script
git branch -a # Verify the new branch was fetched
# TODO: Remove this step when the script is checked in
- name: Checkout script
run: |
git checkout subnet-evm/coreth-diff-script -- ./scripts/apply_diff_and_rename.sh
- name: Apply diff
run: |
./scripts/apply_diff_and_rename.sh subnet-evm/${{ github.events.inputs.remoteBranch || 'coreth-test-0' }}
Expand Down

0 comments on commit aaf1b9c

Please sign in to comment.