From b04407482484c0d7ea79e38abcc77fb9246106f3 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 3 Sep 2022 18:47:50 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24bc6d7..2c11e04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: id: read_release run: | # https://en.wikipedia.org/wiki/Percent-encoding - $Release = (Get-Content -Path test.md -Encoding utf8 -Raw).replace("#", "%23").replace("`n", "%0A").replace("`r", "%0D") + $Release = (Get-Content -Path test.md -Encoding utf8 -Raw).replace("`n", "%0A").replace("`r", "%0D") # https://trstringer.com/github-actions-multiline-strings/ echo "::set-output name=RELEASE_BODY::$Release"