Skip to content

Commit

Permalink
Revert back to simple char
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajgs committed Oct 30, 2023
1 parent 744745a commit faeb88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-replace-string.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit faeb88a

Please sign in to comment.