Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Wipe all Github actions cache #2

Wipe all Github actions cache

Wipe all Github actions cache #2

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