Update matrix.js

This commit is contained in:
Aleksandr Statciuk 2023-01-21 00:58:41 +03:00
parent a15c824302
commit 47a49b0023

View File

@ -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)
}