Skip to content

Commit

Permalink
Added some formatting to the echo scripts GA
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Dec 20, 2023
1 parent c6350ba commit 02f8141
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/diff_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
fi
fi
done
echo -e "$identical_files"
echo -e "$different_files"
echo "Identical files:"
echo "$identical_files"
echo "---------------------------------------------------"
echo "Different files:"
echo "$different_files"
# - name: Commit and push diff
# run: |
# cd source
Expand Down

0 comments on commit 02f8141

Please sign in to comment.