chore: revise read action

This commit is contained in:
Cory Dransfeldt 2023-07-07 11:51:49 -07:00
parent d2443c4a23
commit 67b2dc895d
No known key found for this signature in database

View file

@ -34,9 +34,6 @@ on:
date-finished:
description: Date you finished the book (YYYY-MM-DD). Optional.
type: string
env:
filename: _data/json/read.json
time-zone: America/Los_Angeles
jobs:
update-library:
runs-on: macOS-latest
@ -47,6 +44,9 @@ jobs:
- name: Read
uses: katydecorah/read-action@v7.1.0
with:
filename: _data/json/read.json
time-zone: America/Los_Angeles
- name: Commit updated read file
run: |