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

This commit is contained in:
2025-12-02 19:59:57 -06:00
parent 4fac355ad0
commit 9d4d42bf8f

View File

@@ -90,11 +90,17 @@ jobs:
fi
echo ">> Directories to Render:"
# echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
echo "-----"
echo "changes-detected=true" >> $GITEA_OUTPUT
echo "render-dir=${RENDER_DIR}" >> $GITEA_OUTPUT
# echo "render-dir=${RENDER_DIR}" >> $GITEA_OUTPUT
echo "-----"
echo "render-dir<<EOF" >> $GITEA_OUTPUT
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)" >> $GITEA_OUTPUT
echo "EOF" >> $GITEA_OUTPUT
- name: Add Repositories
if: steps.check-dir-changes.outputs.changes-detected == 'true'