Update .github/workflows/auto-delete-branch.yml
Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
parent
88b7b563ee
commit
31285d0f8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto-delete-branch.yml
vendored
2
.github/workflows/auto-delete-branch.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Delete merged branch
|
- name: Delete merged branch
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const branchName = context.payload.pull_request.head.ref;
|
const branchName = context.payload.pull_request.head.ref;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue