Conventional Changelog Action c2a11da780 chore(release): v1.0.10
2021-01-16 10:06:10 +00:00
2021-01-16 09:58:45 +01:00
2021-01-16 11:05:18 +01:00
2021-01-15 10:43:56 +01:00
2021-01-16 09:28:15 +01:00
2021-01-15 10:43:56 +01:00
2021-01-16 11:05:18 +01:00
2021-01-16 10:06:10 +00:00
2021-01-16 10:06:10 +00:00
2021-01-16 10:06:10 +00:00
2021-01-16 11:05:18 +01:00

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

api-token

Personal API Access Token to fetch stars from the API without incurring in Rate Limits.

You'll have to set this into the secrets yourself.

Outputs

Output the generated list in the project README.md

Example usage

  uses: simonecorsi/mawesome@v1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    api-token: ${{ secrets.API_TOKEN }}
Description
No description provided
Readme 4.9 MiB
Languages
JavaScript 99.4%
TypeScript 0.6%