We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e7646e + cb7f046 commit 04db2bcCopy full SHA for 04db2bc
src/mkdocs_git_revision_date_localized_plugin/ci.py
@@ -43,8 +43,8 @@ def raise_ci_warnings(repo) -> None:
43
[git-revision-date-localized-plugin] Running on GitHub Actions might lead to wrong
44
Git revision dates due to a shallow git fetch depth.
45
46
- Try setting fetch-depth to 0 in your GitHub Action
47
- (see https://github.com/actions/checkout).
+ Try setting `fetch-depth: 0` in your GitHub Action.
+ See https://github.com/actions/checkout for more information.
48
"""
49
)
50
0 commit comments