We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4131e62 commit 654a126Copy full SHA for 654a126
README.md
@@ -39,7 +39,7 @@ This plugin needs access to the last commit that touched a specific file to be a
39
<summary>Change your CI settings</summary>
40
41
- github actions: set `fetch_depth` to `0` ([docs](https://github.com/actions/checkout))
42
- - gitlab runners: set `GIT_DEPTH` to `1000` ([docs](https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone))
+ - gitlab runners: set `GIT_DEPTH` to `0` ([docs](https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone))
43
- bitbucket pipelines: set `clone: depth: full` ([docs](https://support.atlassian.com/bitbucket-cloud/docs/configure-bitbucket-pipelinesyml/))
44
</details>
45
0 commit comments