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 }}