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 d7cbe89 commit 97eee86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sync-subnet-evm-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
name: Sync Subnet EVM Branch
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: "~1.21.12"
Expand All @@ -24,4 +26,8 @@ jobs:
run: |
git remote add -f subnet-evm [email protected]:ava-labs/subnet-evm.git
git remote -v # Verify the new remote was added
- name: Fetch Remote Branch (${{ github.events.inputs.remoteBranch }})
run: |
git fetch ${{ github.events.inputs.remoteBranch }}
git branch -a # Verify the new branch was fetched

0 comments on commit 97eee86

Please sign in to comment.