We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4fa2d commit 2cafbc9Copy full SHA for 2cafbc9
1 file changed
.github/actions/upload-to-cloudflare-pages/action.yml
@@ -24,4 +24,4 @@ runs:
24
with:
25
apiToken: ${{ inputs.api_token }}
26
accountId: ${{ inputs.account_id }}
27
- command: pages deploy ${{ inputs.source_path }} --project-name=${{ inputs.project_name }} --production
+ command: pages deploy ${{ inputs.source_path }} --project-name=${{ inputs.project_name }} --branch main
0 commit comments