From 035f0936e2dd3f981133a9ad20638ba3cdbb9276 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sat, 11 Jun 2022 16:19:50 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Casper da Costa-Luis --- content/docs/user-guide/troubleshooting.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/content/docs/user-guide/troubleshooting.md b/content/docs/user-guide/troubleshooting.md index 8fcb154c23..97e39f7311 100644 --- a/content/docs/user-guide/troubleshooting.md +++ b/content/docs/user-guide/troubleshooting.md @@ -157,8 +157,11 @@ Set `fetch-depth` to `0` in the `actions/checkout` action: fetch-depth: 0 ``` -> More info. -> [here](https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches). + + +See the [GitHub Actions docs](https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches) for more information. + + @@ -170,8 +173,11 @@ variables: GIT_DEPTH: '0' ``` -> More info. -> [here](https://docs.gitlab.com/ee/ci/large_repositories/#shallow-cloning). + + +See the [GitLab CI/CD docs](https://docs.gitlab.com/ee/ci/large_repositories/#shallow-cloning) for more information. + +