From 877e41963be24037769da10cd4e5ae1e08992b97 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 19:02:25 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 4569b97f93..7a218c6362 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -185,18 +185,18 @@ jobs: run: | git add . git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u" - git push - create-pr: - runs-on: ubuntu-latest - needs: update - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - ref: bot/patch-1 - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - title: '[Bot] Remove broken links' - body: | - This pull request is created automatically. + git push -u origin bot/patch-1 + # create-pr: + # runs-on: ubuntu-latest + # needs: update + # steps: + # - name: Checkout + # uses: actions/checkout@v2 + # with: + # ref: bot/remove-broken-links + # - name: Create Pull Request + # uses: peter-evans/create-pull-request@v3 + # with: + # title: '[Bot] Remove broken links' + # body: | + # This pull request is created automatically.