Skip to content

Update Readme file with version and STRUCTURE of repository

License

Notifications You must be signed in to change notification settings

neutrinomuon/UpdateREADME

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpdateREADME

UpdateREADME

An action to update automatically README.md file

email: antineutrinomuon@gmail.com, jean@astro.up.pt

© Copyright ®

J.G. - Jean Gomes

last stable version: 0.0.3

RESUME: Automatically updates the README.md file with the latest version number and dynamically adds the directory structure section to your repository upon each new push. This workflow enhances project documentation by showcasing the directory structure in an automated and organized manner.


My Skills


Example of yaml file

- name: Use custom action in update readme
  uses: 'neutrinomuon/UpdateREADME@v0.0.3'  # Replace with the actual repository and version
  with:
    TOKEN: ${{ secrets.TOKENACTION }}
    BRANCH: ${{ env.BRANCH }}
    REPOSITORY: ${{ env.GITHUB_REPOSITORY }}
    LENGTH_LIMIT: 100000
    FILE: 'README.md'
    COMMIT_MESSAGE: 'Update README with new version'

STRUCTURE of UpdateREADME

#################################################
workspace
├── entrypoint.sh
├── README.md
├── LICENSE.txt
├── dockerfile
├── version.txt
├── figures
│   ├── Education,_Studying,_University,_Alumni_-_icon.png
│   ├── Education_black_background.png
│   ├── Education_black_background-removebg.png
│   ├── PEP8-StyleGuide.jpg
│   ├── Education_white_background.png
│   └── Logo.jpeg
├── action.yml
├── .github
│   ├── actions
│   │   └── update-readme
│   │       ├── entrypoint.sh
│   │       ├── dockerfile
│   │       └── action.yml
│   └── workflows
│       └── update-readme.yml
└── .git
    ├── logs
    │   ├── HEAD
    │   └── refs
    │       ├── heads
    │       │   └── main
    │       └── remotes
    │           └── origin
    │               └── main
    ├── hooks
    │   ├── pre-commit.sample
    │   ├── pre-merge-commit.sample
    │   ├── commit-msg.sample
    │   ├── pre-push.sample
    │   ├── update.sample
    │   ├── sendemail-validate.sample
    │   ├── post-update.sample
    │   ├── fsmonitor-watchman.sample
    │   ├── applypatch-msg.sample
    │   ├── prepare-commit-msg.sample
    │   ├── pre-rebase.sample
    │   ├── pre-receive.sample
    │   ├── pre-applypatch.sample
    │   └── push-to-checkout.sample
    ├── config
    ├── shallow
    ├── info
    │   └── exclude
    ├── index
    ├── FETCH_HEAD
    ├── HEAD
    ├── description
    ├── objects
    │   ├── b6
    │   │   └── 6607787c07b33ec570244059c8c20dc7a81459
    │   ├── 35
    │   │   └── 9b3b16f16801cb3d6c3651ed1f6d739bc43a9d
    │   ├── a5
    │   │   └── 7eabd82582b9a9aa08541e88b4ff1d8b877a1a
    │   ├── fe
    │   │   └── 75a5971829e02f8342b7b3d77f2ba41a830dbc
    │   ├── 24
    │   │   └── 4c0ac7e25abaa36364c5b9b327a154b876f84b
    │   ├── 39
    │   │   └── c887a1c11e4316318316ced6a6b124f7967186
    │   ├── 81
    │   │   └── 355384737b29bb848689e0183fd6337e35f6e1
    │   ├── pack
    │   ├── cf
    │   │   └── 4067ea8975bc2f250ff7e1b51a7ded7f2f33ca
    │   ├── e7
    │   │   └── ae4359b16f3d7fb3f09a3bef0affb5934e5d04
    │   ├── c9
    │   │   └── c296d9395336656d2d2b342428b2b55c6841d3
    │   ├── info
    │   ├── a6
    │   │   └── 82eae88c50e0a470638e4eb838a742f84be58f
    │   ├── ed
    │   │   └── 34b76a4b6e27bf7fdaf69f139bac8ddcd1875b
    │   ├── 71
    │   │   └── 5dde02a154e818b07a5c7f14604e55dbdd9d93
    │   ├── bc
    │   │   └── ab45af15a0f1b0166daf8cbf18b17cd8649277
    │   ├── 65
    │   │   └── 6d24ca1e89491c43bf7ec618909474c8ec669d
    │   ├── 6b
    │   │   └── 235cfec2aa3378fa28a0c3f0b53bf2799e0a33
    │   ├── 26
    │   │   └── 3d8a4dffb34f50660aa473e6cfdca0388b7d53
    │   ├── f8
    │   │   └── 789c371e46e8af51885e87f5ae6c2cf5b12d51
    │   ├── 37
    │   │   └── 4808bdd64b167c234345a05a8e94fb0a79cf31
    │   ├── 0f
    │   │   └── 8971bd9942a347ea402b0b5e5979b0405e1e30
    │   ├── 1f
    │   │   └── acfbac556f8e938d75ba6e53d8be00eb5c2ae6
    │   └── 3b
    │       └── d3b5a80009b500e3e466ba237cbd6b49c60ec5
    ├── branches
    └── refs
        ├── tags
        ├── heads
        │   └── main
        └── remotes
            └── origin
                └── main

44 directories, 64 files
#################################################
Generated with tree_colored @ 2024 - © Jean Gomes
#################################################

About

Update Readme file with version and STRUCTURE of repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages