From 209bdb0b1a59f6d29ac77eb5cb9bf41de1100a76 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 19:45:55 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 96210f4631..bb165ff383 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -185,7 +185,7 @@ jobs: git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u" - name: Pull Remote run: | - git pull origin bot/patch-1 --rebase + git pull - name: Push Changes uses: ad-m/github-push-action@master with: