Tweak names. [ci skip]

This commit is contained in:
Fabio Niephaus 2022-04-20 11:54:31 +02:00
parent 174eff573d
commit 5336aa8b95
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -19,7 +19,7 @@ This action:
### Quickstart Template
```yml
name: GraalVM build
name: GraalVM Community Edition build
on: [push, pull_request]
jobs:
build:
@ -44,7 +44,7 @@ jobs:
### Building a HelloWorld with GraalVM Native Image on Different Platforms
```yml
name: GraalVM Native Image build
name: GraalVM Native Image builds
on: [push, pull_request]
jobs:
build:
@ -87,7 +87,7 @@ jobs:
4. Store this token as a [GitHub Action secret][gha-secrets]. For this template, we use the name `GDS_TOKEN`.
```yml
name: GraalVM build
name: GraalVM Enterprise Edition build
on: [push, pull_request]
jobs:
build: