mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-21 16:42:49 +00:00
Minor README edits
This commit is contained in:
parent
bc921df1ec
commit
6f837e9062
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ If you need to pass environment variables, simply use the Github Actions workflo
|
|||
build-root-directory: some/subdirectory
|
||||
```
|
||||
|
||||
## Use a Gradle wrapper from a different directory:
|
||||
## Use a Gradle wrapper from a different directory
|
||||
|
||||
```yaml
|
||||
- uses: eskatos/gradle-command-action@v1
|
||||
|
@ -75,7 +75,7 @@ If you need to pass environment variables, simply use the Github Actions workflo
|
|||
gradle-executable: path/to/gradle
|
||||
```
|
||||
|
||||
## Setup and use a declared Gradle version:
|
||||
## Setup and use a declared Gradle version
|
||||
|
||||
```yaml
|
||||
- uses: eskatos/gradle-command-action@v1
|
||||
|
|
Loading…
Reference in a new issue