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.
1 parent a498582 commit fd95b4aCopy full SHA for fd95b4a
.github/workflows/deploy-docs.yml
@@ -64,7 +64,7 @@ jobs:
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/wrangler-action@v3.9
+ uses: cloudflare/wrangler-action@v3.11
68
# uses: cloudflare/wrangler-action@v3
69
with:
70
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments