Skip to content

Added local NEON TV. Stream could be proven on https://ntv.ba/ntv-uzi… #412

Added local NEON TV. Stream could be proven on https://ntv.ba/ntv-uzi…

Added local NEON TV. Stream could be proven on https://ntv.ba/ntv-uzi… #412

name: Update playlist
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
update-plalist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update playlist
run: |
git config user.name "PlaylistBot" || true
git config user.email "[email protected]" || true
python3 ./make_playlist.py
git add .
git commit --quiet -m "Update Playlist (GitHub Actions)"
git push -f origin master