Skip to content

image purge action

image purge action #1

Workflow file for this run

# https://github.com/marketplace/actions/action-camo-purge
name: Purge image cache
on:
workflow_dispatch
schedule:

Check failure on line 8 in .github/workflows/purge-cache.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/purge-cache.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- cron: '52 2 * * *' # once per day in the early hours
jobs:
purge:
runs-on: ubuntu-latest
steps:
- uses: kevincobain2000/action-camo-purge@v1