actions-marketplace-validations/Goodreads Profile Workflow
Show what you're currently reading and recently read on your GitHub profile readme
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| goodreads_user_id | Your goodreads user id you want to have the lists fetched from (go to 'My Books' to see it in the URL) | yes | — |
| shelf | — | no | currently-reading |
| max_books_count | — | no | 10 |
| readme_file_path | — | no | ./README.md |
| output_only | — | no | false |
| comment_tag_name | — | no | GOODREADS-LIST |
| template | — | no | - [$title]($url) by $author (⭐️$average_rating) |
| sort_by_fields | — | no | >pubDate |
Outputs
| name | description |
|---|---|
| books | stringified JSON of fetched books |