File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,18 @@ jobs:
1616 include :
1717 - oam : OAM-StateEngine
1818 # knxprod_xml: StateEngine-DFA16-Release
19+ ref : v1
1920 prefix : StateEngine
2021 target : DFA16-Release
2122
2223 - oam : OAM-SensorModule
23- # ref: v1
24+ ref : v1dev
2425 prefix : Sensormodul
2526 target : Big
2627 # knxprod_xml: Sensormodul-Big
2728
2829 - oam : OAM-PresenceModule
29- # ref: v1
30+ ref : v1dev
3031 prefix : PMmodul
3132 target : Big
3233 # knxprod_xml: PMmodul-Big
4344
4445 uses : ./.github/workflows/openknx-ofm-check.yml
4546 with :
46- KNXPROD_PREFIX : ${{ matrix.prefix}}
4747 oam : ${{ matrix.oam }}
48+ ref : ${{ matrix.ref }}
49+ KNXPROD_PREFIX : ${{ matrix.prefix}}
4850 target : ${{ matrix.target }}
4951 # restore_branch: ${{ matrix.restore_branch }}
Original file line number Diff line number Diff line change 1111 oam :
1212 required : true
1313 type : string
14+ ref :
15+ required : true
16+ type : string
1417 target :
1518 required : true
1619 type : string
4245 # with:
4346 # path: OFM-DFA
4447
45- - name : Check for Same Name Branch in Reference OAM
48+ - name : ((IGNORED)) Check for Same Name Branch in Reference OAM
4649 id : oam_branch
4750 run : |
4851 BRANCH="v1dev"
5962 repository : openknx/${{ inputs.oam }}
6063 # TODO fixme: branch-handling
6164 # ref: ${{ steps.oam_branch.outputs.ref_name }}
65+ ref : ${{ inputs.ref }}
6266 path : ${{ inputs.oam }}
6367
6468 # - name: DEBUG paths
You can’t perform that action at this time.
0 commit comments