Skip to content

Commit 14a97ff

Browse files
committed
ci: fix pull request preview workflow
1 parent be687e3 commit 14a97ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-preview.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
## ⚡ Cloudflare Pages Deployment
6060
| Name | Status | Preview |
6161
| :--- | :----- | :------ |
62-
| ${{BRANCH_NAME}} | 🔨 Building ([Logs](${env.ACTION_RUN})) | waiting... |
62+
| ${{env.BRANCH_NAME}} | 🔨 Building ([Logs](${env.ACTION_RUN})) | waiting... |
6363
6464
# Build Rust Page
6565
- uses: actions-rs/toolchain@v1
@@ -96,7 +96,7 @@ jobs:
9696
## ⚡ Cloudflare Pages Deployment
9797
| Name | Status | Preview |
9898
| :--- | :----- | :------ |
99-
| ${{BRANCH_NAME}} | ✅ Ready ([Logs](${env.ACTION_RUN})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
99+
| ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${env.ACTION_RUN})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
100100
101101
# remove-preview:
102102
# if: ${{ github.event.action == "closed" }}
@@ -130,4 +130,4 @@ jobs:
130130
# ## ⚡ Removing Cloudflare Pages Preview
131131
# | Name | Status |
132132
# | :--- | :----- |
133-
# | ${{BRANCH_NAME}} | ✅ Removed |
133+
# | ${{env.BRANCH_NAME}} | ✅ Removed |

0 commit comments

Comments
 (0)