mirror of
https://github.com/Kas-tle/java2bedrock.sh.git
synced 2025-12-19 14:59:13 +00:00
Remove md escape slashes
This commit is contained in:
2
.github/workflows/conversion-request.yml
vendored
2
.github/workflows/conversion-request.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
run: |
|
||||
echo ${{ toJSON(steps.parse-issue.outputs.data) }} | jq '
|
||||
def test_input($input; $default):
|
||||
if $input == "*No response*" then $default else $input end;
|
||||
if $input == "*No response*" then $default else ($input | gsub("\\\\";"")) end;
|
||||
{
|
||||
"pack_url": .["java-pack-direct-download-url"].text[1:-1],
|
||||
"default_pack_url": test_input(.["default-pack-direct-download-url"].text; " null ")[1:-1],
|
||||
|
||||
Reference in New Issue
Block a user