From dfd8799ae8f050173549a2475318e40649add407 Mon Sep 17 00:00:00 2001 From: Tate Date: Tue, 30 Apr 2024 14:52:30 -0600 Subject: [PATCH] Add job name to be required by golangci-lint action to fix metrics --- .github/actions/golangci-lint/action.yml | 2 +- .github/workflows/ci-core.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/golangci-lint/action.yml b/.github/actions/golangci-lint/action.yml index e52dd1aed7b..e667ade16eb 100644 --- a/.github/actions/golangci-lint/action.yml +++ b/.github/actions/golangci-lint/action.yml @@ -7,7 +7,7 @@ inputs: required: true name: description: Name of the lint action - default: lint + required: true go-directory: description: Go directory to run commands from default: "." diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index e1891770930..fbef1b8282c 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -64,6 +64,7 @@ jobs: if: ${{ needs.filter.outputs.changes == 'true' }} with: id: core + name: lint gc-basic-auth: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }} gc-host: ${{ secrets.GRAFANA_INTERNAL_HOST }} gc-org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}