Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra authored Mar 14, 2023
1 parent 4e924b9 commit 8da43ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action allows you to use the [spring-endpoint-exporter](https://github.com/

```yaml
- name: Export Spring Endpoints
uses: idealo/[email protected].0
uses: idealo/[email protected].1
with:
input-path: ./target/app.jar
output-path: ./out.json
Expand All @@ -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/[email protected].0
uses: idealo/[email protected].1
with:
scan-mode: FILE_SYSTEM
input-path: ./target/
Expand Down

0 comments on commit 8da43ca

Please sign in to comment.