Skip to content

chore: bump follow-redirects from 1.15.3 to 1.15.5 in /docs #109

chore: bump follow-redirects from 1.15.3 to 1.15.5 in /docs

chore: bump follow-redirects from 1.15.3 to 1.15.5 in /docs #109

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 }}