File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,10 +62,12 @@ jobs:
6262 prefix : StateEngine
6363 target : DFA16-Release
6464
65- uses : ./ .github/workflows/openknx-ofm-check.yml
65+ uses : openknx/actions/ .github/workflows/openknx-ofm-check.yml@v0
6666 with :
67+ # use repo vars for ofm and ofm_ref
68+ ofm_prefix : BASE
6769 oam : ${{ matrix.oam }}
68- ref : ${{ matrix.ref }}
70+ oam_ref : ${{ matrix.ref }}
6971 KNXPROD_PREFIX : ${{ matrix.prefix }}
7072 target : ${{ matrix.target }}
7173 # restore_branch: ${{ matrix.restore_branch }}
@@ -76,10 +78,10 @@ jobs:
7678 manual :
7779 if : ${{ github.event_name == 'workflow_dispatch' }}
7880 name : Manual check for '${{ github.event.inputs.oam }}' in '${{ github.event.inputs.ref }}'
79- uses : ./ .github/workflows/openknx-ofm-check.yml
81+ uses : openknx/actions/ .github/workflows/openknx-ofm-check.yml@v0
8082 with :
8183 oam : ${{ github.event.inputs.oam }}
82- ref : ${{ github.event.inputs.ref }}
84+ oam_ref : ${{ github.event.inputs.ref }}
8385 KNXPROD_PREFIX : ${{ github.event.inputs.KNXPROD_PREFIX }}
8486 target : ${{ github.event.inputs.target }}
8587 restore_branch : ${{ github.event.inputs.restore_branch == 'true' }}
You can’t perform that action at this time.
0 commit comments