Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Dec 3, 2024
1 parent aa1aec8 commit 2ec7747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 2ec7747

Please sign in to comment.