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 d4565f1 commit 0d524c6Copy full SHA for 0d524c6
.github/workflows/pr-preview.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
80
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
81
- command: pages deploy ./out/blog --project-name=blog --branch="${ env.BRANCH_NAME }"
+ command: pages deploy ./out/blog --project-name=blog --branch="${{ env.BRANCH_NAME }}"
82
83
- name: Create comment
84
uses: peter-evans/create-or-update-comment@v4
0 commit comments