We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61e999 commit 5307930Copy full SHA for 5307930
1 file changed
.github/workflows/OGM-Common.yml
@@ -72,11 +72,11 @@ jobs:
72
# use repo vars for ofm and ofm_ref
73
ofm_prefix: BASE
74
oam: ${{ matrix.oam }}
75
- oam_ref: ${{ matrix.ref }}
+ # TODO FIXME needs support for oam_ref: ${{ matrix.ref }}
76
KNXPROD_PREFIX: ${{ matrix.prefix }}
77
target: ${{ matrix.target }}
78
# restore_branch: ${{ matrix.restore_branch }}
79
- restore_branch: false
+ # TODO check support for: restore_branch: false
80
81
# This job runs only when the workflow is started manually (workflow_dispatch).
82
# It uses the input fields above so you can run one specific combination on demand.
0 commit comments