Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 408 Bytes

File metadata and controls

11 lines (10 loc) · 408 Bytes

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 }}