Skip to content

pluto.tv channels updated on 02-02-2023 (#511) #348

pluto.tv channels updated on 02-02-2023 (#511)

pluto.tv channels updated on 02-02-2023 (#511) #348

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 "playlistbot@users.noreply.github.com" || true
python3 ./make_playlist.py
git add .
git commit --quiet -m "Update Playlist (GitHub Actions)"
git push -f origin master