Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 19, 2024
1 parent f17c9a1 commit efa99c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ Output Project Structure
body: ${{ steps.tree.outputs.content }}
```
Configure dree using JSON
```yml
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
config: './docs/dree-config.json'
```
## Inputs
- `path` Folder path. (default `./`)
Expand Down

0 comments on commit efa99c9

Please sign in to comment.