Skip to content

ci(deps): bump renovate docker tag to v38.8.3 #1044

ci(deps): bump renovate docker tag to v38.8.3

ci(deps): bump renovate docker tag to v38.8.3 #1044

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