From 04b51d251c3a24da96e1ad8de6fa93c004c17d52 Mon Sep 17 00:00:00 2001 From: SiaraMist Date: Thu, 25 Apr 2024 12:10:44 -0700 Subject: [PATCH] Clarify instructions --- .../managing-your-deployments/viewing-deployment-history.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md b/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md index 5e74c424f5..e703c4a8e3 100644 --- a/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md +++ b/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md @@ -35,7 +35,8 @@ By default, the deployments page shows currently active deployments from select 1. In the right-hand sidebar of the home page of your repository, click **Deployments**. 1. Once you are on the "Deployments" page, you can view the following information about your deployment history. - - **To view recent deployments for a specific environment**, in the "Environments" section of the left sidebar, click an environment. {% ifversion deployment-dashboard-filter %}To pin an environment to the top of the deployment history list, click {% octicon "pin" aria-label="Pin environment" %} to the right of the environment.{% endif %} + - **To view recent deployments for a specific environment**, in the "Environments" section of the left sidebar, click an environment.{% ifversion deployment-dashboard-filter %} + - **To pin an environment to the top of the deployment history list**, repository administrators can click {% octicon "pin" aria-label="Pin environment" %} to the right of the environment. You can pin up to ten environments.{% endif %} - **To view the commit that triggered a deployment**, in the deployment history list, click the commit message for the deployment you want to view. >[!NOTE]Deployments from commits that originate from a fork outside of the repository will not show links to the source pull request and branch related to each deployment. For more information about forks, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks)." - **To view the URL for a deployment**, to the right of the commit message in the deployment history list, click {% octicon "link-external" aria-label="Navigate to deployment URL" %}.