chore: revise read action
This commit is contained in:
parent
76e33e3642
commit
d2443c4a23
2 changed files with 3 additions and 7 deletions
9
.github/workflows/read-action.yaml
vendored
9
.github/workflows/read-action.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{}
|
Reference in a new issue