Skip to content

ci(deps): update taiki-e/install-action action to v2.47.18 #1197

ci(deps): update taiki-e/install-action action to v2.47.18

ci(deps): update taiki-e/install-action action to v2.47.18 #1197

Workflow file for this run

name: cleanup caches by a branch
on:
pull_request_target:
types:
- closed
delete:
workflow_dispatch:
inputs:
branchNames:
description: "削除対象とするキャッシュのあるbranch(ref)のリスト"
required: false
type: string
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/souji-action@987bf7f5f3933a0392139c559147bba5a89a63d7 # v1.4.10
with:
branch-names: ${{ inputs.branchNames }}