mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 02:35:58 +08:00
ci: fix build.yml env variable
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
head_sha: "${{ needs.pull_request.outputs.pr_sha }}",
|
head_sha: "${{ needs.pull_request.outputs.pr_sha }}",
|
||||||
name: "Build on Pull Request",
|
name: "Build on Pull Request",
|
||||||
status: "in_progress",
|
status: "in_progress",
|
||||||
details_url: ${{ env.BUILD_URL }},
|
details_url: "${{ env.BUILD_URL }}",
|
||||||
output: {
|
output: {
|
||||||
title: "Build on Pull Request",
|
title: "Build on Pull Request",
|
||||||
summary: "Please check the build result ${{ env.BUILD_URL }}",
|
summary: "Please check the build result ${{ env.BUILD_URL }}",
|
||||||
@@ -203,7 +203,7 @@ jobs:
|
|||||||
head_sha: "${{ needs.pull_request.outputs.pr_sha }}",
|
head_sha: "${{ needs.pull_request.outputs.pr_sha }}",
|
||||||
name: "E2E Test (${{ matrix.shard }}/${{ strategy.job-total }})",
|
name: "E2E Test (${{ matrix.shard }}/${{ strategy.job-total }})",
|
||||||
status: "in_progress",
|
status: "in_progress",
|
||||||
details_url: ${{ env.BUILD_URL }},
|
details_url: "${{ env.BUILD_URL }}",
|
||||||
output: {
|
output: {
|
||||||
title: "E2E Test (${{ matrix.shard }}/${{ strategy.job-total }})",
|
title: "E2E Test (${{ matrix.shard }}/${{ strategy.job-total }})",
|
||||||
summary: "Please check the e2e test result ${{ env.BUILD_URL }}",
|
summary: "Please check the e2e test result ${{ env.BUILD_URL }}",
|
||||||
@@ -314,7 +314,7 @@ jobs:
|
|||||||
head_sha: "${{ needs.pull_request.outputs.pr_sha }}",
|
head_sha: "${{ needs.pull_request.outputs.pr_sha }}",
|
||||||
name: "Unit Test",
|
name: "Unit Test",
|
||||||
status: "in_progress",
|
status: "in_progress",
|
||||||
details_url: ${{ env.BUILD_URL }},
|
details_url: "${{ env.BUILD_URL }}",
|
||||||
output: {
|
output: {
|
||||||
title: "Unit Test",
|
title: "Unit Test",
|
||||||
summary: "Please check the unit test result ${{ env.BUILD_URL }}",
|
summary: "Please check the unit test result ${{ env.BUILD_URL }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user