Update .github/workflows/auto-delete-branch.yml

Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-12-26 11:00:42 -06:00 committed by GitHub
parent 88b7b563ee
commit 31285d0f8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;