From e3209bf6a56274af72366c3fb93da7326c06db09 Mon Sep 17 00:00:00 2001 From: ginxo Date: Tue, 16 Nov 2021 08:33:33 +0100 Subject: [PATCH] [8.11.x] BXMSPROD-1542 definition-file eval expression --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 68d90b980..95a4dc96b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -31,6 +31,7 @@ jobs: - name: Build Chain uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main with: + definition-file: https://raw.githubusercontent.com/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Surefire Report