From f18306735fb4dbc84f20b7096c2f4d3179b40f0d Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 8 Sep 2024 21:34:36 +0200 Subject: [PATCH] fix: missing https prefix in readme how to use --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6d5277..c3b8f0f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # setup-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 ## Usage example @@ -22,7 +22,7 @@ jobs: steps: - 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