Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

cleanup caches by a branch #551

cleanup caches by a branch

cleanup caches by a branch #551

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