From 81bd670ba5d74772f8f3ade52319f06e1f8e5590 Mon Sep 17 00:00:00 2001 From: jstastny-cz Date: Thu, 25 Jul 2024 15:11:23 +0200 Subject: [PATCH] parameterize buildchain file url --- .github/workflows/full-downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-downstream.yml b/.github/workflows/full-downstream.yml index b5230dc4..3e4171a7 100644 --- a/.github/workflows/full-downstream.yml +++ b/.github/workflows/full-downstream.yml @@ -54,7 +54,7 @@ jobs: id: build-chain uses: apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main with: - definition-file: https://github.com/raw/${GROUP}/incubator-kie-optaplanner/main/.ci/buildchain-config.yaml + definition-file: https://github.com/raw/${GROUP:apache}/incubator-kie-optaplanner/${BRANCH:main}/.ci/buildchain-config.yaml env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM: "-Dfull"