ci: add logging
All checks were successful
renovate / renovate (push) Successful in 3m13s

This commit is contained in:
2026-04-11 21:18:23 -05:00
parent d6c6771ad9
commit 0586604f18

View File

@@ -391,13 +391,6 @@ jobs:
with:
fetch-depth: 0
- name: Cache ArgoCD CLI
id: cache-argocd
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: /usr/local/bin/argocd
key: ${{ runner.os }}-argocd-${{ env.ARGOCD_VERSION }}
- name: Cache ArgoCD CLI
id: cache-argocd
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
@@ -516,6 +509,10 @@ jobs:
yq -i '... comments=""' $file
done
echo ""
echo ">> Templates in outpute folder: ${OUTPUT_FOLDER}"
ls ${OUTPUT_FOLDER}
done
echo "----"