Skip to content

ci(deps): bump 4m-mazi/souji-action from 1.4.1 to 1.4.2 #1142

ci(deps): bump 4m-mazi/souji-action from 1.4.1 to 1.4.2

ci(deps): bump 4m-mazi/souji-action from 1.4.1 to 1.4.2 #1142

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@87b4d29cb94b31eef1db43853fca94905c1a8fdd # v1.4.2
with:
branch-names: ${{ inputs.branchNames }}