Update auto-update.yml
This commit is contained in:
parent
3db4373544
commit
05fbaf9634
6
.github/workflows/auto-update.yml
vendored
6
.github/workflows/auto-update.yml
vendored
@ -408,6 +408,12 @@ 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 }}
|
||||||
|
delete-branch:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: pull-request
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Delete Branch
|
- name: Delete Branch
|
||||||
uses: dawidd6/action-delete-branch@v3
|
uses: dawidd6/action-delete-branch@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user