Skip to content

Commit c1eff95

Browse files
Update Test-Action with Changed Parameters
1 parent ba34878 commit c1eff95

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/OGM-Common.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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

@@ -72,11 +70,9 @@ jobs:
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.
@@ -87,7 +83,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)