Skip to content

Wipe all Github actions cache #1

Wipe all Github actions cache

Wipe all Github actions cache #1

Workflow file for this run

name: Wipe all Github actions cache
on:
workflow_dispatch:
jobs:
wipe-cache:
name: Wipe cache
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Wipe cache
uses: easimon/wipe-cache@main