Update matrix.js

This commit is contained in:
Aleksandr Statciuk
2023-01-21 00:58:41 +03:00
parent 95a30f9821
commit 69c06c2e80

View File

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