From 8da43ca65947393e7304b508016d644a7cfbb302 Mon Sep 17 00:00:00 2001 From: Tommy Schmidt Date: Tue, 14 Mar 2023 17:52:25 +0100 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1efe301..a3a6e52 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This action allows you to use the [spring-endpoint-exporter](https://github.com/ ```yaml - name: Export Spring Endpoints - uses: idealo/spring-endpoint-exporter-action@v1.0.0 + uses: idealo/spring-endpoint-exporter-action@v1.0.1 with: input-path: ./target/app.jar output-path: ./out.json @@ -30,7 +30,7 @@ To scan directories, set `scan-mode` to `FILE_SYSTEM` and make sure that `input- ```yaml - name: Export Spring Endpoints - uses: idealo/spring-endpoint-exporter-action@v1.0.0 + uses: idealo/spring-endpoint-exporter-action@v1.0.1 with: scan-mode: FILE_SYSTEM input-path: ./target/