Skip to content

removed health tv

removed health tv #323

Workflow file for this run

name: Update .m3u files
on:
push:
branches:
- master
jobs:
run:
name: Update .m3u files
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run script
run: ./scripts/yaml_to_m3u.py
- name: Commit changes
uses: EndBug/add-and-commit@v6
with:
author_name: Update Bot
author_email: [email protected]
message: 'Update .m3u files'
add: '*.m3u'