diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 760d626e7..b86dc54d6 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -535,7 +535,7 @@ jobs: --server "${ARGOCD_SERVER}" \ --revision ${{ gitea.sha }} \ --diff-exit-code 0 \ - --local "${GITHUB_WORKSPACE}/clusters/${CLUSTER}/manifests/${APP_NAME}" \ + --local "clusters/${CLUSTER}/manifests/${APP_NAME}" \ --local-repo-root "${GITHUB_WORKSPACE}" \ --grpc-web > diff_output_${APP_NAME}.txt