Clean Cache Action
ActionsTags
(2)Warning
This is not an official product of YUMEMI Inc.
Cleans up caches for GitHub Actions by their keys or branches.
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.