diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 7e2d332..599fb95 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -246,6 +246,7 @@ jobs: # Exclude the image line from comparison echo "Comparing $dest_file with $temp_file..." diff_output=$(diff <(grep -v 'image:' "$temp_file") <(grep -v 'image:' "$dest_file")) + echo "$diff_output" if [ -z "$diff_output" ]; then echo "No significant changes detected in $dest_file. Skipping update."