Update matrix.js

pull/24814/head
Aleksandr Statciuk 3 years ago
parent a7002b067b
commit dc9b1c0ca4

@ -9,7 +9,7 @@ async function main() {
}, [])
const matrix = { cluster_id }
const output = `::set-output name=matrix::${JSON.stringify(matrix)}`
const output = `MATRIX=${JSON.stringify(matrix)}`
logger.info(output)
}

Loading…
Cancel
Save