Skip to content

chore: bump golang.org/x/term from 0.26.0 to 0.27.0 #216

chore: bump golang.org/x/term from 0.26.0 to 0.27.0

chore: bump golang.org/x/term from 0.26.0 to 0.27.0 #216

Workflow file for this run

---
name: Cleanup
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}