mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 12:54:43 +07:00
Round 4 - no double-unescape
This commit is contained in:
parent
3a24597a24
commit
8bbc286eeb
3
.github/workflows/buildAndDeploy.yml
vendored
3
.github/workflows/buildAndDeploy.yml
vendored
@ -73,8 +73,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
r=$(cat changelog.md)
|
||||
echo "$r"
|
||||
r=$(grep -Pzo --color '\\#{2}.3.15.7[^\\#]*?\\#{2}' $r) # grep to get only our release
|
||||
r=$(grep -Pzo --color '\#{2}.3.15.7[^\#]*?\#{2}' $r) # grep to get only our release
|
||||
echo "$r"
|
||||
r="${r//'%'/'%25'}" # Multiline escape sequences for %
|
||||
r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'
|
||||
|
Loading…
Reference in New Issue
Block a user