Update auto-update.yml

what-a-patch-1
Aleksandr Statciuk 4 years ago
parent 7c267a152a
commit e8deaf01d5

@ -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:

Loading…
Cancel
Save