Skip to content

Commit 1535fa2

Browse files
committed
Add missing word
1 parent 683d18d commit 1535fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/gradle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ the summary produced by the build validation scripts.
4747

4848
The first step of each experiment is to clone the repository containing the build to validate.
4949
If your repository requires authentication to clone, such as a private repository, you can use the [`actions/checkout`](https://github.com/marketplace/actions/checkout) action to perform the clone instead, as it supports cloning from repositories requiring authentication.
50-
You can then configure value of the `gitRepo` input parameter to the directory containing the local checkout.
50+
You can then configure the value of the `gitRepo` input parameter to the directory containing the local checkout.
5151

5252
```yaml
5353
steps:

.github/actions/maven/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ the summary produced by the build validation scripts.
4040

4141
The first step of each experiment is to clone the repository containing the build to validate.
4242
If your repository requires authentication to clone, such as a private repository, you can use the [`actions/checkout`](https://github.com/marketplace/actions/checkout) action to perform the clone instead, as it supports cloning from repositories requiring authentication.
43-
You can then configure value of the `gitRepo` input parameter to the directory containing the local checkout.
43+
You can then configure the value of the `gitRepo` input parameter to the directory containing the local checkout.
4444

4545
```yaml
4646
steps:

0 commit comments

Comments
 (0)