Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:13
· 12 commits to main since this release

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 }}"