From 30e8e955ee6f64af39102fba5e6ee7d02ddeacb5 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Mon, 20 Jun 2022 14:06:06 -0400 Subject: [PATCH] fix cicd --- .github/workflows/generic-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generic-testing.yml b/.github/workflows/generic-testing.yml index 993d892..e75f171 100644 --- a/.github/workflows/generic-testing.yml +++ b/.github/workflows/generic-testing.yml @@ -18,7 +18,7 @@ on: env: stack-orchestrator-ref: ${{ inputs.stack-orchestrator-ref }} ipld-eth-beacon-db-ref: ${{ inputs.ipld-eth-beacon-db-ref }} - ssz-data-ref: ${{ inputs.ssz-data-ref } + ssz-data-ref: ${{ inputs.ssz-data-ref }} GOPATH: /tmp/go jobs: build: