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 c8157c2 commit 02962ecCopy full SHA for 02962ec
.github/workflows/deploy-docs.yml
@@ -59,7 +59,7 @@ jobs:
59
env:
60
PROJECT_NAME: sqlmodel
61
BRANCH: ${{ ( github.event.workflow_run.head_repository.full_name == github.repository && github.event.workflow_run.head_branch == 'main' && 'main' ) || ( github.event.workflow_run.head_sha ) }}
62
- uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1
+ uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3.15.0
63
with:
64
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
65
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments