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: