From b9a293c6ebaf17f1524a7fc77913810709e82566 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 19:26:21 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 55ffc92df1..db589f98c4 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -185,7 +185,9 @@ jobs: run: | git add . git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u" - git pull + - name: Pull Remote + run: | + git pull origin bot/patch-1 - name: Push Changes uses: ad-m/github-push-action@master with: