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

chore(deps): update nextjs monorepo to v14.2.5 #554

chore(deps): update nextjs monorepo to v14.2.5

chore(deps): update nextjs monorepo to v14.2.5 #554

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