From 4f134f47dae40bba82255777cd54ab51431ad000 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 17 Apr 2024 14:47:08 -0700 Subject: [PATCH] fix: reading workflow --- .github/workflows/reading.yaml | 14 +++++++++++--- package.json | 2 +- src/_data/json/read.json | 0 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 src/_data/json/read.json diff --git a/.github/workflows/reading.yaml b/.github/workflows/reading.yaml index b469006d..a9d8180d 100644 --- a/.github/workflows/reading.yaml +++ b/.github/workflows/reading.yaml @@ -1,4 +1,4 @@ -name: Update book +name: Reading run-name: Book (${{ inputs.isbn }}) permissions: contents: write @@ -9,6 +9,16 @@ on: description: The book's ISBN. Required. required: true type: string + book-status: + description: What is the status of the book? Required. + required: true + type: choice + default: "want to read" + options: + - "want to read" + - "started" + - "finished" + - "abandoned" notes: description: Notes about the book. Optional. type: string @@ -23,11 +33,9 @@ on: - ⭐️⭐️⭐️ - ⭐️⭐️⭐️⭐️ - ⭐️⭐️⭐️⭐️⭐️ - # Tags are optional. tags: description: Add tags to categorize the book. Separate each tag with a comma. Optional. type: string - # If you do not submit date-started or date-finished, the book status will be set to "want to read" date-started: description: Date you started the book (YYYY-MM-DD). Optional. type: string diff --git a/package.json b/package.json index 55ff7284..9b4a87c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "12.0.1", + "version": "12.0.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_data/json/read.json b/src/_data/json/read.json new file mode 100644 index 00000000..e69de29b