From d2443c4a23f3edafd876b56ea821ff29ac9e068a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 7 Jul 2023 11:41:30 -0700 Subject: [PATCH] chore: revise read action --- .github/workflows/read-action.yaml | 9 +++------ src/_data/json/read.json | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 src/_data/json/read.json diff --git a/.github/workflows/read-action.yaml b/.github/workflows/read-action.yaml index 3647faa6..de564eae 100644 --- a/.github/workflows/read-action.yaml +++ b/.github/workflows/read-action.yaml @@ -34,12 +34,9 @@ on: date-finished: description: Date you finished the book (YYYY-MM-DD). Optional. type: string - filename: - description: The file where you want to save your books. - default: _data/json/read.json - time-zone: - description: Your time zone. - default: America/Los_Angeles +env: + filename: _data/json/read.json + time-zone: America/Los_Angeles jobs: update-library: runs-on: macOS-latest diff --git a/src/_data/json/read.json b/src/_data/json/read.json deleted file mode 100644 index 9e26dfee..00000000 --- a/src/_data/json/read.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file