From 4a6b808c6821ac7c50bf39ef384d49c69e1f80b5 Mon Sep 17 00:00:00 2001 From: Phred Date: Wed, 6 Oct 2021 12:52:30 -0500 Subject: [PATCH] added build number --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eb3083e885..1c60af4489f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: echo "::set-output name=branch-name::${BRANCH#refs/heades/}" echo "::set-output name=pr-number::$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")" - env: + CI_BUILD_NUMBER: ${{ github.run_id }} CI_BUILD_URL: https://github.com/${{ github.repository }}/comit/${{ github.sha }}/checks CI_BRANCH: ${{ steps.setup.output.branch-name }} CI_NAME: github