[cookbook recipe] Update Wording (#4438)

This commit is contained in:
Ebony Louis
2025-08-29 14:46:31 -04:00
committed by GitHub
parent 5a10f17ab2
commit da731704f1
4 changed files with 14 additions and 137 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ jobs:
fi
# Filter for recipe files only that were changed or added
RECIPE_FILES=$(echo "$CHANGED_FILES" | grep "^documentation/src/pages/recipes/data/recipes/" | grep -E "\.(yaml|yml)$" || true)
RECIPE_FILES=$(git diff --diff-filter=AM --name-only origin/${{ github.base_ref }}..HEAD | grep "^documentation/src/pages/recipes/data/recipes/" | grep -E "\.(yaml|yml)$" || true)
if [ -z "$RECIPE_FILES" ]; then
echo "No changed recipe files found in PR"