Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk
2021-08-03 04:35:02 +03:00
parent e8b2e2cb38
commit 7c267a152a

View File

@@ -408,3 +408,8 @@ jobs:
with:
github-token: ${{ secrets.PAT }}
number: ${{ steps.pr.outputs.pull-request-number }}
- name: Delete Branch
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branches: 'bot/auto-update'