[all OSs] Change title in workflow log (#6058)

* [all OSs] Change title in workflow log

* Update images/linux/scripts/installers/preimagedata.sh

Co-authored-by: Sam Tran <samvantran@github.com>

* Resolve comments

* Revert to 'Runner Image' and 'Image' labels

Co-authored-by: Sam Tran <samvantran@github.com>
This commit is contained in:
Dusko Dobranic
2022-08-16 17:01:50 +02:00
committed by GitHub
parent 2258424a33
commit 2e8e30099e
3 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ cat <<EOF > $imagedata_file
"detail": "${os_name}"
},
{
"group": "Virtual Environment",
"detail": "Environment: ${image_label}\nVersion: ${image_version}\nIncluded Software: ${software_url}\nImage Release: ${releaseUrl}"
"group": "Runner Image",
"detail": "Image: ${image_label}\nVersion: ${image_version}\nIncluded Software: ${software_url}\nImage Release: ${releaseUrl}"
}
]
EOF