From a12a43e83b86873b3cc4de0ff28e782ea429ea80 Mon Sep 17 00:00:00 2001 From: laraproto Date: Sat, 25 Jan 2025 16:14:11 +0200 Subject: [PATCH] hopefully this fixes it --- .github/workflows/wrangler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index fb1c9c6..652d313 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -23,7 +23,7 @@ jobs: run: pnpm build - name: Setup wrangler - uses: cloudflare/wrangler-action@v3 + uses: https://github.com/cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} command: |