Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Casper da Costa-Luis <[email protected]>
  • Loading branch information
jorgeorpinel and casperdcl authored Jun 11, 2022
1 parent d39764a commit 035f093
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions content/docs/user-guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<admon type="info">
See the [GitHub Actions docs](https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches) for more information.
</admon>
</tab>
<tab title="GitLab CI/CD">
Expand All @@ -170,8 +173,11 @@ variables:
GIT_DEPTH: '0'
```

> More info.
> [here](https://docs.gitlab.com/ee/ci/large_repositories/#shallow-cloning).
<admon type="info">

See the [GitLab CI/CD docs](https://docs.gitlab.com/ee/ci/large_repositories/#shallow-cloning) for more information.

</admon>

</tab>
</toggle>

0 comments on commit 035f093

Please sign in to comment.