From 61405899d95cc4b70874b89c59be301d6e966fb9 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Thu, 23 Dec 2021 13:55:13 +0000 Subject: [PATCH 1/2] Fix GitHub hosted runner README links --- .../about-github-hosted-runners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md index 60e791ab95..662d33b84f 100644 --- a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md +++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md @@ -76,8 +76,8 @@ For more information, see "[Viewing workflow run history](/actions/managing-work For the overall list of included tools for each runner operating system, see the links below: -* [Ubuntu 20.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md) -* [Ubuntu 18.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md) +* [Ubuntu 20.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md) +* [Ubuntu 18.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-Readme.md) * [Windows Server 2022](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md) * [Windows Server 2019](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md) * [Windows Server 2016](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md) From 897742900a877235620adeef75c93a38a0e7df05 Mon Sep 17 00:00:00 2001 From: Anil Seervi Date: Sun, 26 Dec 2021 08:30:59 +0530 Subject: [PATCH 2/2] Add GitHub Actions icon in reusable --- data/reusables/repositories/actions-tab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/repositories/actions-tab.md b/data/reusables/repositories/actions-tab.md index 666b112d07..046a6a2d42 100644 --- a/data/reusables/repositories/actions-tab.md +++ b/data/reusables/repositories/actions-tab.md @@ -1,2 +1,2 @@ -1. Under your repository name, click **Actions**. +1. Under your repository name, click {% octicon "play" aria-label="The Play icon" %} **Actions**. ![Actions tab in the main repository navigation](/assets/images/help/repository/actions-tab.png)