mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 00:52:50 +00:00
Fix typo
This commit is contained in:
parent
a5009d1aec
commit
9f5ce3593a
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ For example:
|
|||
```yaml
|
||||
# .github/workflows/gradle-build-pr.yml
|
||||
name: Run Gradle on PRs
|
||||
on: pull-request
|
||||
on: pull_request
|
||||
jobs:
|
||||
gradle:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue