Update create-matrix.js

pull/4425/head
Aleksandr Statciuk 3 years ago
parent c936f43c3e
commit 85eb26abf0

@ -1,6 +1,7 @@
const file = require('./helpers/file')
file.list().then(files => {
files = files.filter(file => file !== 'channels/unsorted.m3u')
const country = files.map(file => file.replace(/channels\/|\.m3u/gi, ''))
const matrix = { country }
const output = `::set-output name=matrix::${JSON.stringify(matrix)}`

Loading…
Cancel
Save