Skip to content

chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 #968

chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1

chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 #968

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@main
with:
branch-names: ${{ inputs.branchNames }}