Skip to content

Commit ea15b3b

Browse files
authored
Update advanced-usage.md (#436)
change to be consistent with https://github.com/actions/setup-java#usage
1 parent 14d87b2 commit ea15b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ steps:
146146
with:
147147
distribution: '<distribution>'
148148
java-version: '11'
149-
architecture: x86 # optional - defaults to x64
149+
architecture: x86 # optional - default value derived from the runner machine
150150
- run: java -cp java HelloWorldApp
151151
```
152152

0 commit comments

Comments
 (0)