fix path
All checks were successful
renovate / renovate (push) Successful in 1m40s

This commit is contained in:
2025-11-29 23:09:50 -06:00
parent 0343b2d9ee
commit 5bad734c75

View File

@@ -35,7 +35,7 @@ jobs:
for cluster in $CLUSTERS; do
mkdir -p ${{ gitea.workspace }}/clusters/$cluster/manifests
for chart_path in clusters/$cluster/helm/*; do
for chart_path in ${{ gitea.workspace }}/clusters/$cluster/helm/*; do
chart_name=$(basename "$chart_path")
echo ">> Rendering chart: $chart_name"
@@ -87,7 +87,7 @@ jobs:
labels: |
manifests
automated
add-paths: "clusters/*/rendered-manifests/"
add-paths: "clusters/*/manifests/"
- name: ntfy Created
uses: niniyas/ntfy-action@master