Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an input identifier for apple books to properly update books #180

Merged
merged 5 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update documentation
  • Loading branch information
actions-user committed Dec 3, 2024
commit 50402c56dec0c90e430419845dfad5dd94570d3c
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ To trigger the action, [create a workflow dispatch event](https://docs.github.co
}
```



## Action outputs

- `nowReading`: When a new book is started this output will contain an object with the book's: title, description, thumbnail, authors, and isbn.
Expand Down