Do not escape when checking the action.
This commit is contained in:
parent
b72096648f
commit
d8879a40ae
|
@ -13,7 +13,7 @@ String actionURL = "https://code-repo.d4science.org/manuele.simi/gCubeActions/ra
|
|||
println "Querying ${actionURL}"
|
||||
|
||||
//save the action code
|
||||
def action_code = actionURL.toURL().getText().replaceAll('"', $/\\\\x22/$).replaceAll('\'', $/\\\\x27/$)
|
||||
def action_code = actionURL.toURL().getText()
|
||||
println "Action code: ${action_code}"
|
||||
|
||||
//locate the repos file
|
||||
|
|
Loading…
Reference in New Issue