Parsing out cover images (#513)

- Fixing workflow
- Adding test case
This commit is contained in:
Robbie Davis 2021-08-21 14:44:35 -04:00 committed by GitHub
parent f64e93e29e
commit 8dda9220e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -136,6 +136,7 @@ jobs:
id: parse-body
run: |
body='${{ steps.findPr.outputs.body }}'
body=${body//\'/}
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"