Skip to content

Commit 0443912

Browse files
Fix typo in documentation "jdkfile" (actions#167)
1 parent 56b2808 commit 0443912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ steps:
7575
wget -O $RUNNER_TEMP/java_package.tar.gz $download_url
7676
- uses: actions/setup-java@v2
7777
with:
78-
distribution: 'jdkFile'
78+
distribution: 'jdkfile'
7979
jdkFile: ${{ runner.temp }}/java_package.tar.gz
8080
java-version: '11.0.0'
8181
architecture: x64

docs/switching-to-v2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
**General recommendation** — configure CI with the same distribution that is used on your local dev machine.
1717
1818
## Installing custom Java distribution from local file
19-
Since the `distribution` input is required in V2, you should specify it using `jdkFile` to continue installing Java from a local file on the runner
19+
Since the `distribution` input is required in V2, you should specify it using `jdkfile` to continue installing Java from a local file on the runner
2020
```yaml
2121
steps:
2222
- run: |

0 commit comments

Comments
 (0)