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:
@@ -56,7 +56,10 @@ Here's a sample complete workflow you can add to your repositories:
|
||||
**`.github/workflows/gradle-wrapper-validation.yml`**
|
||||
```yaml
|
||||
name: "Validate Gradle Wrapper"
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
|
||||
Reference in New Issue
Block a user