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 3746af1 commit d650498Copy full SHA for d650498
.github/workflows/deploy-docs.yml
@@ -62,7 +62,7 @@ jobs:
62
id: deploy
63
env:
64
PROJECT_NAME: sqlmodel
65
- 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 ) }}
+ 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 ) }}
66
uses: cloudflare/wrangler-action@v3
67
with:
68
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments