We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wrangler-action
1 parent d974fbd commit 26f2798Copy full SHA for 26f2798
.github/workflows/deploy-docs.yml
@@ -62,10 +62,7 @@ jobs:
62
env:
63
PROJECT_NAME: fastapitiangolo
64
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
+ uses: cloudflare/wrangler-action@v3
69
with:
70
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
71
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments