diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 36d64de..52db365 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -23,5 +23,5 @@ jobs: -verbose \ -output pretty \ -ignore-missing-schemas \ - -schema-location "https://raw.githubusercontent.com/jetstack/cert-manager/master/deploy/crds/{{ .Group }}_{{ .Version }}_{{ .Kind }}.json" + -schema-location "https://raw.githubusercontent.com/cert-manager/cert-manager/master/deploy/crds/{{ .Group }}_{{ .ResourceAPIVersion }}_{{ .ResourceKind }}.json"