qte77/GHA Dirtree to Readme
Copy directory tree into file, e.g. README.md, instead of manual effort.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 15, 2026
- License
- Apache 2.0
Pinned Snippet
uses: qte77/gha-dirtree-to-readme@68df9b929523d4428fbdb2b8404ab79c3bd7d026 # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| OUT_FILE | The file to write the directory tree to. | yes | README.md |
| GH_TOKEN | GitHub token for authentication. | yes | ${{ github.token }} |
| REPOSITORY | GitHub repository name. | yes | ${{ github.repository }} |
| COMMITTER_NAME | Name of the committer for the commit. | yes | DirTreeToReadme-GHA |
| COMMITTER_EMAIL | Email of the committer for the commit. | yes | dirtree@gha |
| CREATE_PR | Whether to create a pull request with the changes. | — | false |
Outputs
no outputs