mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user