From 03ad81f06ecba82b641f8a65f7605b1fa970ab34 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:09:12 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20.github/workflows/=E6=B5=8B=E8=AF=95.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测试.yml | 42 -------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/测试.yml diff --git a/.github/workflows/测试.yml b/.github/workflows/测试.yml deleted file mode 100644 index a04d46b..0000000 --- a/.github/workflows/测试.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 测试 - -on: - #schedule: - #- cron: '20 */12 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 - workflow_dispatch: - 分支: - - main - -jobs: - update_and_commit: - runs-on: ubuntu-latest - permissions: - contents: write - - 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 add . - #git commit -m "Add generated file" - #git push -f - git commit -m "Updated file names" - git push origin main