Skip to content

Releases: jaywcjlove/github-action-folder-tree

v1.2.0

19 Aug 14:42
Compare
Choose a tag to compare

Buy me a coffee
Documentation v1.2.0: https://raw.githack.com/jaywcjlove/github-action-folder-tree/e20c22a/index.html
Comparing Changes: v1.1.0...v1.2.0

- 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

18 Aug 14:34
Compare
Choose a tag to compare

Buy me a coffee
Documentation v1.1.0: https://raw.githack.com/jaywcjlove/github-action-folder-tree/555d881/index.html
Comparing Changes: v1.0.2...v1.1.0

- 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

28 Jul 14:32
Compare
Choose a tag to compare

Buy me a coffee
Documentation v1.0.2: https://raw.githack.com/jaywcjlove/github-action-folder-tree/2ae0e1e/index.html
Comparing Changes: v1.0.1...v1.0.2

- 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

28 Jul 14:22
Compare
Choose a tag to compare

Buy me a coffee
Documentation v1.0.1: https://raw.githack.com/jaywcjlove/github-action-folder-tree/012a13f/index.html
Comparing Changes: v1.0.0...v1.0.1

- 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

28 Jul 14:13
Compare
Choose a tag to compare

Buy me a coffee
Documentation v1.0.0: https://raw.githack.com/jaywcjlove/github-action-folder-tree/dc5f3e9/index.html
Comparing Changes: v0.0.1...v1.0.0

- 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

28 Jul 13:34
Compare
Choose a tag to compare
released v0.0.1