fixing workflow

This commit is contained in:
dcore94 2021-09-17 14:33:49 +02:00
parent 3bc9e5f5b0
commit aa62460dfe
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@
"http_request": {
"uri" : "${workflow.input.callback.url}",
"method" : "POST",
"body" : "${build_json_report.output.result.report}"
"body" : "${build_json_report.output.result.report}",
"expect" : [200, 301]
}
}
}