From 237ddb7fc92c7fb386c21886a0a79e6f38610033 Mon Sep 17 00:00:00 2001 From: Supun Setunga Date: Mon, 21 Oct 2024 14:27:59 -0700 Subject: [PATCH] Pass chain-id as argument --- .github/workflows/compatibility-check-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility-check-template.yml b/.github/workflows/compatibility-check-template.yml index 7a35ddbf7..3a6b1c113 100644 --- a/.github/workflows/compatibility-check-template.yml +++ b/.github/workflows/compatibility-check-template.yml @@ -88,7 +88,7 @@ jobs: run: | GOPROXY=direct go mod edit -replace github.com/onflow/cadence=github.com/${{ inputs.repo }}@${{ inputs.current-branch }} go mod tidy - go run ./cmd/check_contracts/main.go ../../tmp/contracts.csv ../../tmp/output-new.txt + go run ./cmd/check_contracts/main.go flow-${{ inputs.chain }} ../../tmp/contracts.csv ../../tmp/output-new.txt # Check contracts using base branch