Thanks to visit codestin.com
Credit goes to github.com

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

Clear cache

Clear cache #882

Workflow file for this run

name: Clear cache
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
clear:
name: Delete all caches
runs-on: ubuntu-latest
steps:
- name: Clear caches
uses: easimon/wipe-cache@v2