diff --git a/README.md b/README.md index b18b618..af3594a 100644 --- a/README.md +++ b/README.md @@ -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 `./`)