/clear-cache-action

A Git action that will clear your repositories workflow cache

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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