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 7f154cc commit e7a45b1Copy full SHA for e7a45b1
.github/workflows/deploy-preview.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
69
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
70
- command: pages deploy dist --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch=${{ env.COMMIT_SHORT_SHA }} --commit-dirty=true
+ command: pages deploy dist --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch=PR${{ github.event.pull_request.number }} --commit-dirty=true
71
72
- name: Add deployment comment
73
uses: thollander/actions-comment-pull-request@v3
0 commit comments