mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Fix GitHub spelling
This commit is contained in:
parent
38fdc3f684
commit
ae5079ecac
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Execute Gradle commands in Github Actions workflows
|
# Execute Gradle commands in GitHub Actions workflows
|
||||||
|
|
||||||
This Github Action can be used to run arbitrary Gradle commands on any platform supported by Github Actions.
|
This GitHub Action can be used to run arbitrary Gradle commands on any platform supported by GitHub Actions.
|
||||||
|
|
||||||
You might also be interested by the related [Gradle Plugin](https://github.com/eskatos/gradle-github-actions-plugin) that allows your build to easily get Github Actions environment and tag Gradle Build Scans accordingly.
|
You might also be interested by the related [Gradle Plugin](https://github.com/eskatos/gradle-github-actions-plugin) that allows your build to easily get GitHub Actions environment and tag Gradle Build Scans accordingly.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ arguments: build -DsystemProperty=bar
|
||||||
|
|
||||||
See `gradle --help` for more information.
|
See `gradle --help` for more information.
|
||||||
|
|
||||||
If you need to pass environment variables, simply use the Github Actions workflow syntax:
|
If you need to pass environment variables, simply use the GitHub Actions workflow syntax:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: eskatos/gradle-command-action@v1
|
- uses: eskatos/gradle-command-action@v1
|
||||||
|
|
|
@ -7,7 +7,7 @@ import * as gradlew from "./gradlew";
|
||||||
import * as provision from "./provision";
|
import * as provision from "./provision";
|
||||||
|
|
||||||
|
|
||||||
// Invoked by Github Actions
|
// Invoked by GitHub Actions
|
||||||
export async function run() {
|
export async function run() {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue