From e8deaf01d51ec88d3d8ba4549b6ba75a00c516af Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 04:42:23 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index d9f0c3672c..5f46a9e06a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -408,6 +408,12 @@ 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: