Skip to content

Commit

Permalink
move branch spec
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 21, 2024
1 parent b363217 commit 5642d53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync-subnet-evm-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
remoteBranch:
description: "Subnet EVM Branch"
required: true
default: "coreth-test-0"

jobs:
sync_branch:
Expand All @@ -27,7 +26,7 @@ jobs:
git remote add -f subnet-evm https://github.com/ava-labs/subnet-evm
git remote -v # Verify the new remote was added
- name: Fetch Remote Branch (${{ github.events.inputs.remoteBranch }})
- name: Fetch Remote Branch (${{ github.events.inputs.remoteBranch || 'coreth-test-0' }})
run: |
git fetch ${{ github.events.inputs.remoteBranch }}
git fetch ${{ github.events.inputs.remoteBranch || 'coreth-test-0' }}
git branch -a # Verify the new branch was fetched

0 comments on commit 5642d53

Please sign in to comment.