Skip to content

cleanup caches by a branch #433

cleanup caches by a branch

cleanup caches by a branch #433

name: cleanup caches by a branch
on:
pull_request_target:
types:
- closed
delete:
workflow_dispatch:
inputs:
branchNames:
required: false
type: string
merge_group:
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/souji-action@test
with:
branch-names: ${{ inputs.branchNames }}
dry-run: true