Skip to content

Commit 5307930

Browse files
fixup! Fix: Test with Central Action
1 parent e61e999 commit 5307930

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/OGM-Common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
# use repo vars for ofm and ofm_ref
7373
ofm_prefix: BASE
7474
oam: ${{ matrix.oam }}
75-
oam_ref: ${{ matrix.ref }}
75+
# TODO FIXME needs support for oam_ref: ${{ matrix.ref }}
7676
KNXPROD_PREFIX: ${{ matrix.prefix }}
7777
target: ${{ matrix.target }}
7878
# restore_branch: ${{ matrix.restore_branch }}
79-
restore_branch: false
79+
# TODO check support for: restore_branch: false
8080

8181
# This job runs only when the workflow is started manually (workflow_dispatch).
8282
# It uses the input fields above so you can run one specific combination on demand.

0 commit comments

Comments
 (0)