fix file name for pr description source
This commit is contained in:
parent
96602f2e36
commit
2f322697c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
echo "</details>" >> report
|
||||
done
|
||||
|
||||
body=$(cat report.txt)
|
||||
body=$(cat report)
|
||||
body="${body//'%'/'%25'}"
|
||||
body="${body//$'\n'/'%0A'}"
|
||||
body="${body//$'\r'/'%0D'}"
|
||||
|
|
Loading…
Reference in a new issue