From a0e7345056470d459ff7aca9c5cc2a3250e1c2bd Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 18 Dec 2022 12:36:00 -0500 Subject: [PATCH] syntax fix --- .github/workflows/deploy.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1406087..d665103 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,9 @@ jobs: needs: build environment: name: cloudflare-api - - name: Purge Cloudflare Cache - uses: jakejarvis/cloudflare-purge-action@master - env: - CLOUDFLARE_ZONE: "ewpratten.com" - CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} + steps: + - name: Purge Cloudflare Cache + uses: jakejarvis/cloudflare-purge-action@master + env: + CLOUDFLARE_ZONE: "ewpratten.com" + CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}