Skip to content

GitHub Action for delete GitHub Actions cache

License

Notifications You must be signed in to change notification settings

mokmok-dev/delete-actions-cache

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.