docs: added readme

This commit is contained in:
Simone Corsi 2021-01-16 09:09:24 +01:00
parent 13e1fd1484
commit e1c9ca0a6f

View File

@ -1 +1,21 @@
# mawesome
# mawesome
This action query the github api to get starred list of the user and then generates a list ordered by languages.
## Inputs
### `github-token`
The github workflow token is `required`
## Outputs
Output the generated list in the project `README.md`
## Example usage
```yml
uses: simonecorsi/mawesome@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```