Skip to content

cleanup caches by a branch #440

cleanup caches by a branch

cleanup caches by a branch #440

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: main refs/pull/123/merge refs/tags/1.0.0
dry-run: true