Skip to content

Commit

Permalink
Merge branch 'revert-remove-summary' of https://github.com/library-pa…
Browse files Browse the repository at this point in the history
…ls/read-action into revert-remove-summary

* 'revert-remove-summary' of https://github.com/library-pals/read-action:
  Update documentation
  • Loading branch information
katydecorah committed Dec 31, 2024
2 parents de826da + 92f30a5 commit c227546
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ on:
# 9780062315007
# https://share.libbyapp.com/title/9575390
# https://libro.fm/audiobooks/9781797176888-the-ministry-of-time
required: true
type: string
date:
description: Date to record the status of the book (YYYY-MM-DD). Leave blank for today. Optional.
Expand Down Expand Up @@ -336,7 +335,7 @@ To trigger the action, [create a workflow dispatch event](https://docs.github.co
"ref": "main", // Required. The git reference for the workflow, a branch or tag name.
"inputs": {
"book-status": "", // Required. What is the status of the book? Required. You can completely customize the default value and options. Default: `want to read`. Options: `want to read`, `started`, `finished`, `abandoned`, `summary`.
"identifier": "", // Required. The book's identifier. This is an ISBN, Libby or Libro.fm share URL. Required.
"identifier": "", // The book's identifier. This is an ISBN, Libby or Libro.fm share URL. Required.
"date": "", // Date to record the status of the book (YYYY-MM-DD). Leave blank for today. Optional.
"notes": "", // Notes about the book. Optional.
"rating": "", // Rate the book. Optional. You can completely customize the default value and options. Default: `unrated`. Options: `unrated`, `⭐️`, `⭐️⭐️`, `⭐️⭐️⭐️`, `⭐️⭐️⭐️⭐️`, `⭐️⭐️⭐️⭐️⭐️`.
Expand Down

0 comments on commit c227546

Please sign in to comment.