Skip to content

A Git action that will clear your repositories workflow cache

License

Notifications You must be signed in to change notification settings

TheRealRyGuy/clear-cache-action

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

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clear-cache-action

Build

A Github action to clear out your repositories cache for workflows, which may fix some dependency issues when building

Using this in your workflow:

- name: Delete Repository Cache
  uses: TheRealRyGuy/clear-cache-action@master
  env:
    token: ${{ secrets.GITHUB_TOKEN }}