Skip to content

Commit

Permalink
gh actions: add skeleton for sync-subnet-evm-branch (ava-labs#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush authored and oxbee committed Nov 6, 2024
1 parent c818efd commit ef21b9a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync-subnet-evm-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Sync Subnet EVM Branch"
on:
workflow_dispatch:
inputs:
remoteBranch:
description: "Subnet EVM Branch"
required: true
default: "master"

jobs:
sync_branch:
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"
check-latest: true

0 comments on commit ef21b9a

Please # to comment.