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
|
||||
steps:
|
||||
- name: Delete merged branch
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8.0
|
||||
with:
|
||||
script: |
|
||||
const branchName = context.payload.pull_request.head.ref;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue