Removing parsing (#2204)

This commit is contained in:
Robbie Davis 2023-08-11 09:13:50 -04:00 committed by GitHub
parent 8c5ddd1c96
commit ab115a62d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,12 +124,6 @@ jobs:
Read full changelog: https://github.com/Kareadita/Kavita/pull/${{ steps.findPr.outputs.pr }}" Read full changelog: https://github.com/Kareadita/Kavita/pull/${{ steps.findPr.outputs.pr }}"
fi fi
body=${body//\'/}
body=${body//'%'/'%25'}
body=${body//$'\n'/'%0A'}
body=${body//$'\r'/'%0D'}
body=${body//$'`'/'%60'}
body=${body//$'>'/'%3E'}
echo $body echo $body
echo "BODY=$body" >> $GITHUB_OUTPUT echo "BODY=$body" >> $GITHUB_OUTPUT
@ -249,12 +243,6 @@ jobs:
Read full changelog: https://github.com/Kareadita/Kavita/releases/latest" Read full changelog: https://github.com/Kareadita/Kavita/releases/latest"
fi fi
body=${body//\'/}
body=${body//'%'/'%25'}
body=${body//$'\n'/'%0A'}
body=${body//$'\r'/'%0D'}
body=${body//$'`'/'%60'}
body=${body//$'>'/'%3E'}
echo $body echo $body
echo "BODY=$body" >> $GITHUB_OUTPUT echo "BODY=$body" >> $GITHUB_OUTPUT