mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Documentation updates (#187)
* Use consistent YAML syntax in example workflows * Add link to plugin env vars
This commit is contained in:
@@ -28,7 +28,8 @@ The recommended way to execute any Gradle build is with the help of the [Gradle
|
||||
```yaml
|
||||
name: Run Gradle on every push
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
gradle:
|
||||
|
||||
Reference in New Issue
Block a user