From 7176976456f2ffc7b17ecb3218c9e98bcfbdc297 Mon Sep 17 00:00:00 2001 From: Vyacheslav Starostin Date: Thu, 6 Jul 2023 18:37:12 +0600 Subject: [PATCH] Fix --- .github/workflows/verify-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-go.yml b/.github/workflows/verify-go.yml index 654bac5283..1c51e95fe4 100644 --- a/.github/workflows/verify-go.yml +++ b/.github/workflows/verify-go.yml @@ -34,7 +34,7 @@ jobs: if: steps.cc_reporter_id.outputs.cc_reporter_id != null uses: paambaati/codeclimate-action@v4 env: - CC_TEST_REPORTER_ID: ${{ steps.cc_reporter_id.output.cc_reporter_id }} + CC_TEST_REPORTER_ID: ${{ steps.cc_reporter_id.outputs.cc_reporter_id }} with: coverageCommand: go test -tags=unit ./... -coverprofile cover.out coverageLocations: cover.out:gocov