Releases: jaywcjlove/github-action-folder-tree
Releases · jaywcjlove/github-action-folder-tree
v1.2.0
Documentation v1.2.0: https://raw.githack.com/jaywcjlove/github-action-folder-tree/e20c22a/index.html
Comparing Changes: v1.1.0...v1.2.0
- 🌟 feat: add config input. #2 7ecef7d @jaywcjlove
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: "node_modules|dist|.git|.husky"
path: ./src
depth: 2
v1.1.0
Documentation v1.1.0: https://raw.githack.com/jaywcjlove/github-action-folder-tree/555d881/index.html
Comparing Changes: v1.0.2...v1.1.0
- 💄 chore: Update LICENSE eea19b8 @jaywcjlove
- 💄 chore(deps): update denpendency dree to ^5.1.2 f49db18 @jaywcjlove
- 📖 doc: update document. #2 151f2d1 @jaywcjlove
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: "node_modules|dist|.git|.husky"
path: ./src
depth: 2
v1.0.2
Documentation v1.0.2: https://raw.githack.com/jaywcjlove/github-action-folder-tree/2ae0e1e/index.html
Comparing Changes: v1.0.1...v1.0.2
- 💢 ci: update workflows config. c2f3582 @jaywcjlove
- 📖 doc: Update README.md 45e8b4c @jaywcjlove
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: "node_modules|dist|.git|.husky"
path: ./src
depth: 2
v1.0.1
Documentation v1.0.1: https://raw.githack.com/jaywcjlove/github-action-folder-tree/012a13f/index.html
Comparing Changes: v1.0.0...v1.0.1
- 🐞 fix: handle errors. 300f201 @jaywcjlove
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: "node_modules|dist|.git|.husky"
path: ./src
depth: 2
v1.0.0
Documentation v1.0.0: https://raw.githack.com/jaywcjlove/github-action-folder-tree/dc5f3e9/index.html
Comparing Changes: v0.0.1...v1.0.0
- 🌟 feat: add
exclude
input. 818b201 @jaywcjlove - 💢 ci: update husky config. 9aaf989 @jaywcjlove
- 📖 doc: Update README.md 7eef315 @jaywcjlove
- name: Read README.md
id: package
uses: jaywcjlove/github-action-folder-tree@main
with:
path: package.json
- name: Echo package.json
run: echo "$\{{ steps.package.outputs.content }}"
v0.0.1
released v0.0.1