Generate a basic readme for the given github action
Install via cargo
sh
cargo install github-actions-autodocs
```sh Usage: github-actions-autodocs [OPTIONS]
Options:
-f, --file
```yaml name: Generate Readme
on: push:
jobs: generate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: rawnly/github-actions-autodocs@main with: action-file: action.yml - shell: bash run: | git add -A . git commit -m 'docs: README' git push -u origin ${{ github.ref }} ```
TIP: Alias
github-actions-autodocs
togca
😉
The MIT License