From 71e06f6a6d9530c61469087ceb0aaec3e363a230 Mon Sep 17 00:00:00 2001 From: alexanderM91 Date: Thu, 17 Oct 2024 21:06:36 +0200 Subject: [PATCH] Notification + diff --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22324747..a0dc71ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - name: Run the diff run: | - DIFF_OUTPUT=$(diff current-image-report.txt previous-image-report.txt || true) + DIFF_OUTPUT=$(diff current-image-report.txt previous-image-report.txt | sed ':a;N;$!ba;s/\n/\\n/g' || true) echo "$DIFF_OUTPUT" echo "DIFF_OUTPUT<> $GITHUB_ENV