Delete GitHub Actions cache
ActionsTags
(1)GitHub Actions for delete Actions cache
name: delete actions cache
on:
push:
branches:
- main
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mokmok-dev/delete-actions-cache@main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
See action.yml for more details on how to configure it.
Delete GitHub Actions cache 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.