Update advanced-usage.md (#436)

change to be consistent with https://github.com/actions/setup-java#usage
This commit is contained in:
Benoit 2023-02-08 10:47:39 +01:00 committed by GitHub
parent 14d87b223c
commit ea15b3b99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ steps:
with:
distribution: '<distribution>'
java-version: '11'
architecture: x86 # optional - defaults to x64
architecture: x86 # optional - default value derived from the runner machine
- run: java -cp java HelloWorldApp
```