Skip to content

.github/workflows/Red Uno (La Paz).yml #699

.github/workflows/Red Uno (La Paz).yml

.github/workflows/Red Uno (La Paz).yml #699

name: Red Uno (La Paz)
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: config
run: |
git config --global user.email "<>"
git config --global user.name "Update"
- name: grab m3u files
run: |
pwd
cd ./core/platforms/
python3 dailymotion.py "x8douo2" > ../../streams/Red_Uno_La_Paz.m3u8
- name: git add
run: |
git add -A
ls -la
- name: commit & push
run: |
git commit -m "Red Uno (La Paz) updated"
git push