File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ Instructions on using the action within Azure Pipelines can be found
150150
151151# # Git History
152152
153- Depending on the nature of your repo history, it may be necessary to fetch Git
154- history during checkout. This can be done by updating the `actions/checkout`
153+ Depending on the nature of your repository history, it may be necessary to fetch
154+ Git history during checkout. This can be done by updating the `actions/checkout`
155155step :
156156
157157` ` ` YAML
@@ -160,10 +160,10 @@ step:
160160` ` `
161161
162162In many cases, `fetch-depth` will not be required so it is recommended not to
163- set this unless the task explicitly requests it. It may also be possible to set
164- this to a value greater than 0 if you only require a partial history, but it can
165- be difficult to determine a value that will work consistently, due to the nature
166- of Git history.
163+ set this unless the action explicitly requests it. It may also be possible to
164+ set this to a value greater than 0 if you only require a partial history, but it
165+ can be difficult to determine a value that will work consistently, due to the
166+ nature of Git history.
167167
168168# # Troubleshooting
169169
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ name `PR_METRICS_ACCESS_TOKEN` cannot be altered.
9696
9797# # Git History
9898
99- Depending on the nature of your repo history, it may be necessary to fetch Git
100- history during checkout. This can be done by updating the `checkout` step :
99+ Depending on the nature of your repository history, it may be necessary to fetch
100+ Git history during checkout. This can be done by updating the `checkout` step :
101101
102102` ` ` YAML
103103- checkout: self
You can’t perform that action at this time.
0 commit comments