fix: missing https prefix in readme how to use
This commit is contained in:
parent
87b59927a5
commit
f18306735f
@ -1,7 +1,7 @@
|
|||||||
# setup-java
|
# setup-java
|
||||||
|
|
||||||
GitHub action to setup and configure java.
|
GitHub action to setup and configure java.
|
||||||
The aim is to abstract [public setup-java action](https://github.com/actions/setup-java)
|
The aim is to abstract [public setup-java action](https://github.com/actions/setup-java)
|
||||||
to allow homemade customization, for example adding root ca certificate to the java truststore
|
to allow homemade customization, for example adding root ca certificate to the java truststore
|
||||||
|
|
||||||
## Usage example
|
## Usage example
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: RouxAntoine/checkout@v3.5.4
|
- uses: RouxAntoine/checkout@v3.5.4
|
||||||
|
|
||||||
- uses: antoine-roux.tk/projects/actions/setup-java@v1.0.0
|
- uses: https://antoine-roux.tk/projects/actions/setup-java@v1.0.0
|
||||||
|
|
||||||
- uses: RouxAntoine/auto-changie@v1.0.1
|
- uses: RouxAntoine/auto-changie@v1.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user