Skip to content

Clean cache workflow #1

Clean cache workflow

Clean cache workflow #1

Workflow file for this run

name: Clean cache
on:
push:
branches:
- .*
- *

Check failure on line 7 in .github/workflows/cleancache.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cleancache.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
workflow_dispatch:
permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY