Change capitalization for Readme name in CI ymls (#4796)

This commit is contained in:
Mikhail Timofeev
2021-12-22 21:24:04 +03:00
committed by GitHub
parent 4c3e1eb41f
commit 20705eae35
3 changed files with 4 additions and 4 deletions

View File

@@ -7,12 +7,12 @@ image_label="ubuntu-$(lsb_release -rs)"
github_url="https://github.com/actions/virtual-environments/blob"
if [[ "$image_label" =~ "ubuntu-20" ]]; then
software_url="${github_url}/ubuntu20/${image_version}/images/linux/Ubuntu2004-README.md"
software_url="${github_url}/ubuntu20/${image_version}/images/linux/Ubuntu2004-Readme.md"
releaseUrl="https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F${image_version}"
fi
if [[ "$image_label" =~ "ubuntu-18" ]]; then
software_url="${github_url}/ubuntu18/${image_version}/images/linux/Ubuntu1804-README.md"
software_url="${github_url}/ubuntu18/${image_version}/images/linux/Ubuntu1804-Readme.md"
releaseUrl="https://github.com/actions/virtual-environments/releases/tag/ubuntu18%2F${image_version}"
fi