mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Update matrix.js
This commit is contained in:
parent
a15c824302
commit
47a49b0023
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue