Skip to content

evtv action

evtv action #929

Workflow file for this run

name: evtv action
on:
schedule:
- cron: '55 */5 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: config
run: |
git config --global user.email "<>"
git config --global user.name "evtv bot"
- name: updating evtv
run: python3 ressources/extr/py/evtv.py > ressources/extr/py/evtv.m3u8
- name: git add
run: |
git add -A
ls -la
- name: commit & push
run: |
git pull origin master
git commit -m "evtv updated"
git push origin master