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