From 3aa9ed84f83d5a1de329a0ebb6a354a73392ceac Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Fri, 22 Sep 2023 16:32:49 -0500 Subject: [PATCH] fix key --- .github/workflows/ci-chaincli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-chaincli.yml b/.github/workflows/ci-chaincli.yml index d68c0038fc3..54781e09352 100644 --- a/.github/workflows/ci-chaincli.yml +++ b/.github/workflows/ci-chaincli.yml @@ -19,7 +19,7 @@ jobs: uses: ./.github/actions/ci-golang-lint with: name: chaincli-lint - working-directory: core/scripts/chaincli + go-directory: core/scripts/chaincli go-version-file: core/scripts/go.mod go-module-file: core/scripts/go.sum gc-basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }}