Skip to content

Clean Cache Action

Actions
Cleans up caches for GitHub Actions by their keys or branches
v1.0.6
Latest
Star (7)

Clean Cache Action

Warning

This is not an official product of YUMEMI Inc.

Cleans up caches for GitHub Actions by their keys or branches.

Examples

Delete all caches for a pull request after closed

on:
  pull_request:
    types:
      - closed

jobs:
  clean:
    runs-on: ubuntu-latest
    permissions:
      actions: write
    steps:
      - uses: yumemi-inc/clean-cache-action@v1
        with:
          ref: 'refs/pull/${{ github.event.pull_request.number }}/merge'

Clean Cache Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Cleans up caches for GitHub Actions by their keys or branches
v1.0.6
Latest

Clean Cache Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.