Update auto-update.yml
This commit is contained in:
parent
c97e9c334f
commit
3db4373544
5
.github/workflows/auto-update.yml
vendored
5
.github/workflows/auto-update.yml
vendored
@ -408,3 +408,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PAT }}
|
github-token: ${{ secrets.PAT }}
|
||||||
number: ${{ steps.pr.outputs.pull-request-number }}
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user