From 93e8bec1afd493528cfe653837571c4afb3c405e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 05:23:20 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index c53e27680..d64d73b4a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -375,8 +375,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - ref: bot/auto-update - name: Generate Token uses: tibdex/github-app-token@v1 id: generate-token @@ -393,9 +391,8 @@ jobs: [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>' - branch: bot/auto-update delete-branch: true - base: master + base: bot/auto-update token: ${{ steps.generate-token.outputs.token }} - name: Enable Pull Request Automerge if: steps.pr.outputs.pull-request-operation == 'created'