diff --git a/dist/index.js b/dist/index.js index 6e6b01f..2191317 100644 --- a/dist/index.js +++ b/dist/index.js @@ -24738,7 +24738,8 @@ async function run() { const response = await httpClient.postJson(tribe_url, req_params) // Set outputs for other workflow steps to use - core.setOutput('response', response.result.json) + core.setOutput('message', response.result.json.message) + core.setOutput('success', response.result.json.success) } catch (error) { // Fail the workflow run if an error occurs core.setFailed(error.message)