mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
Create create-matrix.js
This commit is contained in:
8
scripts/create-matrix.js
Normal file
8
scripts/create-matrix.js
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
const file = require('./helpers/file')
|
||||||
|
|
||||||
|
file.list().then(files => {
|
||||||
|
const country = files.map(file => file.replace(/channels\/|\.m3u/gi, ''))
|
||||||
|
const matrix = { country }
|
||||||
|
const output = `::set-output name=matrix::${JSON.stringify(matrix)}`
|
||||||
|
console.log(output)
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user