Skip to content

build(deps): update docker/dockerfile docker tag to v1.11.0 #1236

build(deps): update docker/dockerfile docker tag to v1.11.0

build(deps): update docker/dockerfile docker tag to v1.11.0 #1236

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 }}