From 02d3ec96f12904e932c5be89554ad9414b75ced6 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 19:38:39 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 5544d14d3d..e9a2e5ce24 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -1,8 +1,6 @@ name: clean on: workflow_dispatch: - schedule: - - cron: '0 6 * * 0' jobs: update: runs-on: ubuntu-latest @@ -187,7 +185,7 @@ jobs: git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u" - name: Pull Remote run: | - git config pull.rebase false + git config pull.ff only git pull origin bot/patch-1 --allow-unrelated-histories - name: Push Changes uses: ad-m/github-push-action@master