Skip to content

Commit

Permalink
parameterize buildchain file url
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jul 25, 2024
1 parent 8e9ae3a commit 81bd670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 81bd670

Please sign in to comment.