mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-04-22 13:20:04 +08:00
Tweak names. [ci skip]
This commit is contained in:
parent
174eff573d
commit
5336aa8b95
@ -19,7 +19,7 @@ This action:
|
|||||||
### Quickstart Template
|
### Quickstart Template
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: GraalVM build
|
name: GraalVM Community Edition build
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
### Building a HelloWorld with GraalVM Native Image on Different Platforms
|
### Building a HelloWorld with GraalVM Native Image on Different Platforms
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: GraalVM Native Image build
|
name: GraalVM Native Image builds
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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`.
|
4. Store this token as a [GitHub Action secret][gha-secrets]. For this template, we use the name `GDS_TOKEN`.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: GraalVM build
|
name: GraalVM Enterprise Edition build
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user