Skip to content

Commit

Permalink
Refining wording
Browse files Browse the repository at this point in the history
  • Loading branch information
muiriswoulfe committed Sep 18, 2024
1 parent 55db3e2 commit 2d31f93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ Instructions on using the action within Azure Pipelines can be found

## Git History

Depending on the nature of your repo history, it may be necessary to fetch Git
history during checkout. This can be done by updating the `actions/checkout`
Depending on the nature of your repository history, it may be necessary to fetch
Git history during checkout. This can be done by updating the `actions/checkout`
step:

```YAML
Expand All @@ -160,10 +160,10 @@ step:
```

In many cases, `fetch-depth` will not be required so it is recommended not to
set this unless the task explicitly requests it. It may also be possible to set
this to a value greater than 0 if you only require a partial history, but it can
be difficult to determine a value that will work consistently, due to the nature
of Git history.
set this unless the action explicitly requests it. It may also be possible to
set this to a value greater than 0 if you only require a partial history, but it
can be difficult to determine a value that will work consistently, due to the
nature of Git history.

## Troubleshooting

Expand Down
4 changes: 2 additions & 2 deletions docs/azure-pipelines-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ name `PR_METRICS_ACCESS_TOKEN` cannot be altered.

## Git History

Depending on the nature of your repo history, it may be necessary to fetch Git
history during checkout. This can be done by updating the `checkout` step:
Depending on the nature of your repository history, it may be necessary to fetch
Git history during checkout. This can be done by updating the `checkout` step:

```YAML
- checkout: self
Expand Down

0 comments on commit 2d31f93

Please sign in to comment.