From 83a2eea33d2cb0b79bcca86e1cdac1e0f9666c66 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 19:54:36 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 3313531536..e73c7f6b62 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -183,14 +183,10 @@ jobs: run: | git add . git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u" - - name: Pull Remote + - name: Push Changes run: | git pull - - name: Push Changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: bot/patch-1 + git push # create-pr: # runs-on: ubuntu-latest # needs: update