Skip to content

Commit 06def8c

Browse files
OFM-Check-Action: Extend to Show Versions
1 parent 626d809 commit 06def8c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/openknx-ofm-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
# ref: ${{ github.ref_name }}
7373
path: OFM-ConfigTransfer
7474

75+
- name: Show all library.json Files
76+
run: |
77+
cat */library.json
78+
7579
- name: Extract OFM-version (major.minor) from library.json
7680
id: get_version
7781
run: |
@@ -84,8 +88,11 @@ jobs:
8488
- name: Patch OAM to Current OFM-Version ${{ env.VERSION_MAJOR_MINOR }}
8589
run: |
8690
cd ${{ inputs.oam }}
91+
cp src/StateEngine.conf.xml src/StateEngine.conf.xml~
92+
cat src/StateEngine.conf.xml
8793
sed -i 's/\(<op:config name="%UCT_VerifyVersion%"[ ]*value="\)[^"]*\(".*\/>\)/\1'"$VERSION_MAJOR_MINOR"'\2/' src/StateEngine.conf.xml
8894
echo "Set %UCT_VerifyVersion% to $VERSION_MAJOR_MINOR"
95+
diff src/StateEngine.conf.xml src/StateEngine.conf.xml~
8996
9097
- name: Download OpenKNXproducer ${{ env.PRODUCER_VERSION }} and Verify
9198
run: |

0 commit comments

Comments
 (0)