Skip to content

Lithuanian channel fix (#652) #411

Lithuanian channel fix (#652)

Lithuanian channel fix (#652) #411

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