diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 55037e034..4875df147 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -125,6 +125,7 @@ jobs: | tail +2 | head -n -1 \ | awk '{ print "helm repo add " $1 " " $3 }' \ | while read cmd; do + echo ">> Command: $cmd" if [[ "$cmd" == "helm repo add oci:*" ]]; then echo ">> Ignoring OCI repo" else