Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 424 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 424 Bytes

delete-actions-cache

GitHub Actions for delete Actions cache

Usage

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.