Skip to content

sintesis_tv (Twitch) #1062

sintesis_tv (Twitch)

sintesis_tv (Twitch) #1062

Workflow file for this run

name: sintesis_tv (Twitch)
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: get config
run: |
git config --global user.email "<>"
git config --global user.name "Update"
- name: grab twitch stream
run: |
pwd
cd ./core/platforms/
python3 twitch.py sintesistv_ > ../../streams/sintesis_tv.m3u8
- name: adding everything
run: |
git add -A
ls -la
- name: commit & push
run: |
git commit -m "sintesis_tv (Twitch) updated"
git push