use with sh
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests-helm (push) Failing after 10s
renovate / renovate (push) Successful in 1m8s

This commit is contained in:
2025-11-30 21:42:51 -06:00
parent b7913afca1
commit e694ad3fb3
2 changed files with 2 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ jobs:
| tail +2 | head -n 1 \
| tee repo_added \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do $cmd; done
| sh
done
echo ">> Added following repos:"