Automatically generate a textual profile README.md with your GitHub info.
Required Username to use in GitHub API requests.
Required Path to template file. It must follow Go's text/template rules.
Required Path to output file.
uses: actions/checkout@v3
uses: IsaacDennis/gitglean@<version>
with:
username: IsaacDennis
template-path: ${{ github.workspace }}/README.template
output-path: ${{ github.workspace }}/README.md