9
0
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:
Kas-tle
2022-08-16 12:22:10 -07:00
committed by GitHub
parent 41bce8d24c
commit 886e39350d

View File

@@ -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],