Print folder tree
ActionsView the folder directory tree structure, similar to the output of the tree command
v1.0.1
By jaywcjlove
View the folder directory tree structure, similar to the output of the tree
command
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: "node_modules|dist|.git|.husky"
path: ./src
depth: 2
path
Folder path. (default./
)depth
Scan the maximum depth reachable for the given path (default5
)exclude
Pass a regex string to exclude directories from printing
content
Directory tree structure text
- Github Release Changelog Generator A GitHub Action that compares the commit differences between two branches
- Create Tags From Auto create tags from commit or package.json.
- Github Action Contributors Github action generates dynamic image URL for contributor list to display it!
- Generated Badges Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)
- Create Coverage Badges Create coverage badges from coverage reports. (no 3rd parties servers)
- Github Action package Read and modify the contents of
package.json
. - Github Action EJS A github action to render a ejs template using github context.
- Modify File Content Replace text content and submit content.
Licensed under the MIT License.
Print folder tree is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.