fix command
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-01 22:07:20 -06:00
parent 3ad532c982
commit 5e3328aad3

View File

@@ -74,7 +74,7 @@ jobs:
echo ">> Changes detected" echo ">> Changes detected"
for path in $GIT_DIFF; do for path in $GIT_DIFF; do
CHANGED_DIR+=("echo "$path" | awk -F '/' '{print $4}' ") CHANGED_DIR+=$(echo "$path" | awk -F '/' '{print $4}')
done done
echo ">> Changes Directories:" echo ">> Changes Directories:"