Skip to content

Commit 6ca8219

Browse files
committed
build: provide CI_BUILD_URL env variable (angular#51488)
Provide the link to the job workflow on github actions PR Close angular#51488
1 parent fa72384 commit 6ca8219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
CI_REPO_NAME: 'angular'
178178
CI_PULL_REQUEST: 'false'
179179
CI_REPO_OWNER: 'angular'
180+
CI_BUILD_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
180181
CI_STABLE_BRANCH: ${{ steps.latest_version.outputs.CI_STABLE_BRANCH }}
181182
CI_BRANCH: ${{ steps.latest_version.outputs.CI_BRANCH }}
182183
CI_SECRET_AIO_DEPLOY_FIREBASE_TOKEN: ${{ secrets.AIO_DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)