Skip to content

Merge pull request #160 from ironpeakservices/actions/imgcmp/46f373c #115

Merge pull request #160 from ironpeakservices/actions/imgcmp/46f373c

Merge pull request #160 from ironpeakservices/actions/imgcmp/46f373c #115

Workflow file for this run

name: Cloudflare
on:
push:
branches:
- master
jobs:
cloudflareclearcache:

Check failure on line 9 in .github/workflows/cloudflare.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cloudflare.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
name: Clear cloudflare cache
runs-on: ubuntu-latest
steps:
-
name: Purge cache for ironpeak.be
uses: jakejarvis/[email protected]
env:
CLOUDFLARE_ZONE: 'd4577cc5a0f32189d84c5c7fdfd044f0'
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
-
name: Purge cache for ironpeak.services
uses: jakejarvis/[email protected]
env:
CLOUDFLARE_ZONE: '81314d32814812bcba7b800f8f07a590'
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}