From 47a49b0023068174c3809326036c69a835c1e25a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 21 Jan 2023 00:58:41 +0300 Subject: [PATCH] Update matrix.js --- scripts/commands/database/matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/database/matrix.js b/scripts/commands/database/matrix.js index f51e37f0b..576a583d3 100644 --- a/scripts/commands/database/matrix.js +++ b/scripts/commands/database/matrix.js @@ -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) }