From faeb88a7ff8e45e545f5f535465407d70f2c3929 Mon Sep 17 00:00:00 2001 From: Mikolaj Gasior Date: Mon, 30 Oct 2023 11:27:05 +0100 Subject: [PATCH] Revert back to simple char --- .github/workflows/test-replace-string.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-replace-string.yml b/.github/workflows/test-replace-string.yml index 4c430a2..19206a5 100644 --- a/.github/workflows/test-replace-string.yml +++ b/.github/workflows/test-replace-string.yml @@ -126,7 +126,7 @@ jobs: id: replace-newlines with: read-from-file: 'tmp-read-from-file-multiple.txt' - replace-regex: '(\n\r)+' + replace-regex: '\n' replace-with: '%' write-to-file: 'tmp-write-to-file-multiple-newlines.txt'