From 16bbeab12cae690235bcf703ee79c926aaac9ab6 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 05:45:51 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index ada40de737..7ce3811f83 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -409,14 +409,3 @@ jobs: with: github-token: ${{ secrets.PAT }} number: ${{ steps.pr.outputs.pull-request-number }} - delete-branch: - runs-on: ubuntu-latest - needs: pull-request - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Delete Branch - uses: dawidd6/action-delete-branch@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branches: 'bot/auto-update'