From 22fe11b9505c8d5436643ca6376d43c1cf0a7c02 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Fri, 9 Apr 2021 22:37:58 -0700 Subject: [PATCH] Fix deployment script syntax --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 96297891b..d1e9cfa24 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,6 +23,6 @@ jobs: - name: build node run: cd client/web && npm run build - name: Deploy to Cloudflare Workers - uses: cloudflare/wrangler-action@1.2.0 - with: - apiToken: ${{ secrets.CF_API_TOKEN }} + uses: cloudflare/wrangler-action@1.2.0 + with: + apiToken: ${{ secrets.CF_API_TOKEN }}