Skip to content

IsaacDennis/gitglean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitglean action

Automatically generate a textual profile README.md with your GitHub info.

Inputs

username

Required Username to use in GitHub API requests.

template-path

Required Path to template file. It must follow Go's text/template rules.

output-path

Required Path to output file.

Example usage

uses: actions/checkout@v3
uses: IsaacDennis/gitglean@<version>
with:
  username: IsaacDennis
  template-path: ${{ github.workspace }}/README.template
  output-path: ${{ github.workspace }}/README.md

About

Automatically generate files with Git forges info

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages