Skip to content

ci(deps): bump taiki-e/install-action from 2.42.24 to 2.42.25 #1104

ci(deps): bump taiki-e/install-action from 2.42.24 to 2.42.25

ci(deps): bump taiki-e/install-action from 2.42.24 to 2.42.25 #1104

Workflow file for this run

name: cleanup caches by a branch
on:
pull_request_target:
types:
- closed
delete:
workflow_dispatch:
inputs:
branchNames:
description: 'List of branch(ref) names with caches to be deleted'
required: false
type: string
jobs:
cleanup:
permissions:
actions: write
contents: read
uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@93c22ab7b90ed60f3563651dc72bad0027e4d657 # v1.4.1
with:
branch-names: ${{ inputs.branchNames }}