Skip to content

Commit

Permalink
Update advanced-usage.md (#436)
Browse files Browse the repository at this point in the history
change to be consistent with https://github.com/actions/setup-java#usage
  • Loading branch information
benjub committed Feb 8, 2023
1 parent 14d87b2 commit ea15b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit ea15b3b

Please sign in to comment.