From 03d15db8a9a6464e6d1d04120faa91f72c70ca77 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 06:10:00 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index d4bc28679..83daf3a77 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -376,6 +376,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: + ref: master fetch-depth: 0 - name: Generate Token uses: tibdex/github-app-token@v1 @@ -395,7 +396,6 @@ jobs: author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>' branch: bot/auto-update delete-branch: false - base: master token: ${{ steps.generate-token.outputs.token }} - name: Enable Pull Request Automerge if: steps.pr.outputs.pull-request-operation == 'created'