Skip to content

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

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

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

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