fix: missing https prefix in readme how to use

This commit is contained in:
RouxAntoine 2024-09-08 21:34:36 +02:00
parent 87b59927a5
commit f18306735f
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -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