Skip to content

Commit 2d31f93

Browse files
committed
Refining wording
1 parent 55db3e2 commit 2d31f93

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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`
155155
step:
156156

157157
```YAML
@@ -160,10 +160,10 @@ step:
160160
```
161161

162162
In 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

docs/azure-pipelines-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)