Automatic DMAPI Update (#10790)

Co-authored-by: DMAPI Update <action@github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-27 21:53:07 +02:00
committed by GitHub
parent 8d1baf2a3e
commit c46e0784cf
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
"5.10.0"
"5.10.1"

View File

@@ -97,7 +97,7 @@
if(revInfo)
tm.commit = revisionData[DMAPI5_REVISION_INFORMATION_COMMIT_SHA]
tm.origin_commit = revisionData[DMAPI5_REVISION_INFORMATION_ORIGIN_COMMIT_SHA]
tm.timestamp = entry[DMAPI5_REVISION_INFORMATION_TIMESTAMP]
tm.timestamp = revisionData[DMAPI5_REVISION_INFORMATION_TIMESTAMP]
else
TGS_WARNING_LOG("Failed to decode [DMAPI5_TEST_MERGE_REVISION] from test merge #[tm.number]!")