Skip to content

Commit 26f2798

Browse files
👷 Use wrangler-action v3 (#13415)
1 parent d974fbd commit 26f2798

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ jobs:
6262
env:
6363
PROJECT_NAME: fastapitiangolo
6464
BRANCH: ${{ ( github.event.workflow_run.head_repository.full_name == github.repository && github.event.workflow_run.head_branch == 'master' && 'main' ) || ( github.event.workflow_run.head_sha ) }}
65-
# TODO: Use v3 when it's fixed, probably in v3.11
66-
# https://github.com/cloudflare/wrangler-action/issues/307
67-
uses: cloudflare/[email protected]
68-
# uses: cloudflare/wrangler-action@v3
65+
uses: cloudflare/wrangler-action@v3
6966
with:
7067
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7168
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)