From f16446118054f1b523d1a67e0e79ad209228a3f4 Mon Sep 17 00:00:00 2001 From: Srdjan S Date: Tue, 17 Dec 2024 11:13:46 +0100 Subject: [PATCH] Fix typo in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 384ab71..e1d5398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} preCommands: | - cp wrangler.toml.example wranger.toml + cp wrangler.toml.example wrangler.toml envsubst < wrangler.toml.example > wrangler.toml postCommands: | rm -f wrangler.toml