File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
## ⚡ Cloudflare Pages Deployment
60
60
| Name | Status | Preview |
61
61
| :--- | :----- | :------ |
62
- | ${{BRANCH_NAME}} | 🔨 Building ([Logs](${env.ACTION_RUN})) | waiting... |
62
+ | ${{env. BRANCH_NAME}} | 🔨 Building ([Logs](${env.ACTION_RUN})) | waiting... |
63
63
64
64
# Build Rust Page
65
65
- uses : actions-rs/toolchain@v1
96
96
## ⚡ Cloudflare Pages Deployment
97
97
| Name | Status | Preview |
98
98
| :--- | :----- | :------ |
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 }}) |
100
100
101
101
# remove-preview:
102
102
# if: ${{ github.event.action == "closed" }}
@@ -130,4 +130,4 @@ jobs:
130
130
# ## ⚡ Removing Cloudflare Pages Preview
131
131
# | Name | Status |
132
132
# | :--- | :----- |
133
- # | ${{BRANCH_NAME}} | ✅ Removed |
133
+ # | ${{env. BRANCH_NAME}} | ✅ Removed |
You can’t perform that action at this time.
0 commit comments