File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,13 +57,11 @@ jobs:
5757 matrix :
5858 include :
5959 - oam : OAM-RaumController
60- ref : v1
6160 prefix : RaumController
6261 target : Release
6362
6463 - oam : OAM-StateEngine
6564 # knxprod_xml: StateEngine-DFA16-Release
66- ref : v1
6765 prefix : StateEngine
6866 target : DFA16-Release
6967
7270 # use repo vars for ofm and ofm_ref
7371 ofm_prefix : BASE
7472 oam : ${{ matrix.oam }}
75- # TODO FIXME needs support for oam_ref: ${{ matrix.ref }}
76- KNXPROD_PREFIX : ${{ matrix.prefix }}
73+ oam_ref : v1
7774 target : ${{ matrix.target }}
78- # restore_branch: ${{ matrix.restore_branch }}
79- # TODO check support for: restore_branch: false
75+ KNXPROD_PREFIX : ${{ matrix.prefix }}
8076
8177 # This job runs only when the workflow is started manually (workflow_dispatch).
8278 # It uses the input fields above so you can run one specific combination on demand.
8783 with :
8884 ofm_prefix : BASE
8985 oam : ${{ github.event.inputs.oam }}
90- # TODO FIXME needs support for oam_ref: ${{ github.event.inputs.ref }}
86+ oam_ref : ${{ github.event.inputs.ref }}
9187 KNXPROD_PREFIX : ${{ github.event.inputs.KNXPROD_PREFIX }}
9288 target : ${{ github.event.inputs.target }}
93- # TODO check support for: restore_branch: ${{ github.event.inputs.restore_branch == 'true' }}
89+ restore_branch : ${{ github.event.inputs.restore_branch == 'true' }}
You can’t perform that action at this time.
0 commit comments