From 6d95f3cc5360fba1e558b595c2961c8b9ab728b8 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:08:22 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E6=B5=8B=E8=AF=95.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测试.yml | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/测试.yml diff --git a/.github/workflows/测试.yml b/.github/workflows/测试.yml new file mode 100644 index 0000000..dea4526 --- /dev/null +++ b/.github/workflows/测试.yml @@ -0,0 +1,42 @@ +name: jdy + +on: + schedule: + - cron: '0 11,23 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 + workflow_dispatch: + 分支: + - main + +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 --upgrade pip + pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm + - name: Run py + run: | + #python ${{ github.workspace }}/py/IPTV搜索引擎采集.py + python ${{ github.workspace }}/py/酒店源.py + #python ${{ github.workspace }}/py/网络收集.py + - name: 提交更改 + run: | + git config --local user.email "actions@163.com" + git config --local user.name "GitHub Action" + #git reset --hard origin/main + git add . + git commit -m "Add generated file" + #git commit *.txt -m "Add generated file" + #git commit *.m3u -m "Add generated file" + #git pull --rebase + git push -f