Skip to content

modify devp2p testdata (#474) #406

modify devp2p testdata (#474)

modify devp2p testdata (#474) #406

Workflow file for this run

name: mirror repo
on:
push:
branches:
- master
- develop
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: spyoungtech/mirror-action@master
with:
REMOTE: 'https://git.energy/core/go-core.git'
GIT_USERNAME: ${{ secrets.MIRROR_GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.MIRROR_GIT_PASSWORD }}