Github Actions Autodocs (GCA)
Generate a basic readme for the given github action
Installation
Install via cargo
Usage
Github Action
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
😉
LICENSE
The MIT License