Skip to content

Merge branch 'main' into plugin-quickstart #4

Merge branch 'main' into plugin-quickstart

Merge branch 'main' into plugin-quickstart #4

Workflow file for this run

name: cleanup all caches

Check failure on line 1 in .github/workflows/purge_all_cache.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/purge_all_cache.yml

Invalid workflow file

`workflow_disptach` is not a valid event name
on:
workflow_disptach:
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Cleanup caches
run: |
gh cache delete -a
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}