Skip to content

iptvzby

iptvzby #521

Workflow file for this run

name: iptvzby
on:
schedule:
- cron: '30 6,22 * * *'
push:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
run: pip install selenium requests futures eventlet
- name: Run iptv
run: python ${{ github.workspace }}/iptvzby.py
- name: 提交更改
run: |
git config --local user.email "[email protected]"
git config --local user.name "ywz"
git add .
git commit *.txt -m "Add generated file"
# git commit *.m3u -m "Add generated file"
#git pull --rebase
git push -f