Skip to content

Clear all Github actions caches #15

Clear all Github actions caches

Clear all Github actions caches #15

Workflow file for this run

name: Clear all Github actions caches
on:
workflow_dispatch:
jobs:
my-job:
name: Delete all caches
runs-on: ubuntu-latest
steps:
- name: Clear caches
uses: easimon/wipe-cache@v2