Skip to content

core: fix wrong UnmarshalSSZ error message #1031

core: fix wrong UnmarshalSSZ error message

core: fix wrong UnmarshalSSZ error message #1031

Workflow file for this run

name: track-pr
on:
pull_request:
types: [closed]
jobs:
trackpr:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
env:
GITHUB_PR: ${{ toJSON(github.event.pull_request) }}
GH_TOKEN: ${{ secrets.GH_ORG_ADMIN_SECRET }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.6'
- name: "Track PR"
run: go run github.com/obolnetwork/charon/testutil/trackpr