From c362a0f362b5f3f74af15250873c4b9fb1acd3da Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Thu, 5 Oct 2023 16:14:02 +0200 Subject: [PATCH] try without special chars --- .github/workflows/image-pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/image-pr.yaml b/.github/workflows/image-pr.yaml index e5325dc25..d8d016280 100644 --- a/.github/workflows/image-pr.yaml +++ b/.github/workflows/image-pr.yaml @@ -23,9 +23,9 @@ jobs: content=`cat .github/flavors.json` # the following lines are only required for multi line json # the following lines are only required for multi line json - content="${content//'%'/'%25'}" - content="${content//$'\n'/'%0A'}" - content="${content//$'\r'/'%0D'}" + # content="${content//'%'/'%25'}" + # content="${content//$'\n'/'%0A'}" + # content="${content//$'\r'/'%0D'}" # end of optional handling for multi line json # end of optional handling for multi line json echo "matrix={\"include\": $content }" >> $GITHUB_OUTPUT